#77222E

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

Shades of Scarlett #77222E

Tints of Scarlett #77222E

Color information

#77222E (or 0x77222E) is unknown color: approx Scarlett. HEX triplet: 77, 22 and 2E. RGB value is (119,34,46). Sum of RGB (Red+Green+Blue) = 119+34+46=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #77222E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77222E is #88DDD1. Grayscale: #3C3C3C. Windows color (decimal): -8969682 or 3023479. OLE color: 3023479.

HSL color Cylindrical-coordinate representation of color #77222E: hue angle of 351.53º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #77222E is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1193446-
CMYK00.710.610.53
HSL351.53º55.56%30%-
HSV(B)351.53º71.43%46.67%-
XYZ8.675.263.14-
YUV60.78119.66169.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.80%
GREEN value IS 34 (13.67% from 255) = 17.09%
BLUE value IS 46 (18.36% from 255) = 23.12%
R=59.80%
G=17.09%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119344600.710.610.53351.5355.5630
Hex77222E0473D35160381e
Octal1674256010775655407036
Binary11101111000101011100100011111110111010110110000011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77222E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77222E; }

 p { color: rgb(119,34,46); }

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

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

 a { background-color: rgb(119,34,46); }

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

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

 span { border-color: rgb(119,34,46); }

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