#78232C

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

Shades of Scarlett #78232C

Tints of Scarlett #78232C

Color information

#78232C (or 0x78232C) is unknown color: approx Scarlett. HEX triplet: 78, 23 and 2C. RGB value is (120,35,44). Sum of RGB (Red+Green+Blue) = 120+35+44=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #78232C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78232C is #87DCD3. Grayscale: #3D3D3D. Windows color (decimal): -8903892 or 2892664. OLE color: 2892664.

HSL color Cylindrical-coordinate representation of color #78232C: hue angle of 353.65º degrees, saturation: 0.55, 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 #78232C is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1203544-
CMYK00.710.630.53
HSL353.65º54.84%30.39%-
HSV(B)353.65º70.83%47.06%-
XYZ8.85.382.96-
YUV61.44118.16169.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60.30%
GREEN value IS 35 (14.06% from 255) = 17.59%
BLUE value IS 44 (17.58% from 255) = 22.11%
R=60.30%
G=17.59%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120354400.710.630.53353.6554.8430.39
Hex78232C0473F35162371e
Octal1704354010777655426736
Binary11110001000111011000100011111111111010110110001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78232C; }

 p { color: rgb(120,35,44); }

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

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

 a { background-color: rgb(120,35,44); }

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

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

 span { border-color: rgb(120,35,44); }

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