#78242B

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

Shades of Scarlett #78242B

Tints of Scarlett #78242B

Color information

#78242B (or 0x78242B) is unknown color: approx Scarlett. HEX triplet: 78, 24 and 2B. RGB value is (120,36,43). Sum of RGB (Red+Green+Blue) = 120+36+43=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #78242B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78242B is #87DBD4. Grayscale: #3D3D3D. Windows color (decimal): -8903637 or 2827384. OLE color: 2827384.

HSL color Cylindrical-coordinate representation of color #78242B: hue angle of 355º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #78242B is Cyan = 0, Magento = 0.7, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB1203643-
CMYK00.70.640.53
HSL355º53.85%30.59%-
HSV(B)355º70%47.06%-
XYZ8.815.432.87-
YUV61.91117.33169.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60.30%
GREEN value IS 36 (14.45% from 255) = 18.09%
BLUE value IS 43 (17.19% from 255) = 21.61%
R=60.30%
G=18.09%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120364300.70.640.5335553.8530.59
Hex78242B0464035163361f
Octal17044530106100655436637
Binary111100010010010101101000110100000011010110110001111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78242B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78242B; }

 p { color: rgb(120,36,43); }

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

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

 a { background-color: rgb(120,36,43); }

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

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

 span { border-color: rgb(120,36,43); }

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