#78222F

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

Shades of Scarlett #78222F

Tints of Scarlett #78222F

Color information

#78222F (or 0x78222F) is unknown color: approx Scarlett. HEX triplet: 78, 22 and 2F. RGB value is (120,34,47). Sum of RGB (Red+Green+Blue) = 120+34+47=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #78222F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78222F is #87DDD0. Grayscale: #3D3D3D. Windows color (decimal): -8904145 or 3089016. OLE color: 3089016.

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

Color convert

RGB1203447-
CMYK00.720.610.53
HSL350.93º55.84%30.2%-
HSV(B)350.93º71.67%47.06%-
XYZ8.835.343.26-
YUV61.2119.99169.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.70%
GREEN value IS 34 (13.67% from 255) = 16.92%
BLUE value IS 47 (18.75% from 255) = 23.38%
R=59.70%
G=16.92%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120344700.720.610.53350.9355.8430.2
Hex78222F0483D3515f381e
Octal1704257011075655377036
Binary11110001000101011110100100011110111010110101111111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78222F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78222F; }

 p { color: rgb(120,34,47); }

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

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

 a { background-color: rgb(120,34,47); }

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

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

 span { border-color: rgb(120,34,47); }

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