#7B2B35

Color #7B2B35 Paprika (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paprika #7B2B35

Tints of Paprika #7B2B35

Color information

#7B2B35 (or 0x7B2B35) is unknown color: approx Paprika. HEX triplet: 7B, 2B and 35. RGB value is (123,43,53). Sum of RGB (Red+Green+Blue) = 123+43+53=219 (29% of max value = 765). Red value is 123 (48.44% from 255 or 56.16% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 53 (21.09% from 255 or 24.20% from 219); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2B35 is #84D4CA. Grayscale: #444444. Windows color (decimal): -8705227 or 3484539. OLE color: 3484539.

HSL color Cylindrical-coordinate representation of color #7B2B35: hue angle of 352.5º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B2B35 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.52.

Color convert

RGB1234353-
CMYK00.650.570.52
HSL352.5º48.19%32.55%-
HSV(B)352.5º65.04%48.24%-
XYZ9.676.24.05-
YUV68.06119.5167.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 56.16%
GREEN value IS 43 (17.19% from 255) = 19.63%
BLUE value IS 53 (21.09% from 255) = 24.20%
R=56.16%
G=19.63%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123435300.650.570.52352.548.1932.55
Hex7B2B3504139341603021
Octal1735365010171645406041
Binary111101110101111010101000001111001110100101100000110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B2B35; }

 p { color: rgb(123,43,53); }

 H1.HeaderClassName
 {
   color: #7B2B35;
 }
 .AnyTagClassName
 {
   color: #7B2B35;
 }
</style>
background-color css

<style>
 a { background-color: #7B2B35; }

 a { background-color: rgb(123,43,53); }

 div.DivClassName
 {
   background-color: #7B2B35;
 }
 .BgClassName
 {
   background-color: #7B2B35;
 }
</style>
border-color css

<style>
 span { border-color: #7B2B35; }

 span { border-color: rgb(123,43,53); }

 td.TdClassName
 {
   border-color: #7B2B35;
 }
 .TagClassName
 {
   border-color: #7B2B35;
 }
</style>