#773036

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

Shades of Paprika #773036

Tints of Paprika #773036

Color information

#773036 (or 0x773036) is unknown color: approx Paprika. HEX triplet: 77, 30 and 36. RGB value is (119,48,54). Sum of RGB (Red+Green+Blue) = 119+48+54=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 54 (21.48% from 255 or 24.43% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #773036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773036 is #88CFC9. Grayscale: #454545. Windows color (decimal): -8966090 or 3551351. OLE color: 3551351.

HSL color Cylindrical-coordinate representation of color #773036: hue angle of 354.93º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #773036 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB1194854-
CMYK00.600.550.53
HSL354.93º42.51%32.75%-
HSV(B)354.93º59.66%46.67%-
XYZ9.336.34.21-
YUV69.91119.02163.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.85%
GREEN value IS 48 (19.14% from 255) = 21.72%
BLUE value IS 54 (21.48% from 255) = 24.43%
R=53.85%
G=21.72%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119485400.600.550.53354.9342.5132.75
Hex77303603C37351632b21
Octal167606607467655435341
Binary11101111100001101100111100110111110101101100011101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773036; }

 p { color: rgb(119,48,54); }

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

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

 a { background-color: rgb(119,48,54); }

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

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

 span { border-color: rgb(119,48,54); }

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