Html Css Color HEX #78242C Scarlett

📋 copy color: '#78242C'

red 120 ◦ green 36 ◦ blue 44

#78242C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlett #78242C

Tints of Scarlett #78242C

RGB

 RED value IS 120 (47.27% from 255) = 60%

 GREEN value IS 36 (14.45% from 255) = 18%

 BLUE value IS 44 (17.58% from 255) = 22%

R = 60%
G = 18%
B = 22%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#78242C (or 0x78242C) is known color: Scarlett. HEX triplet: 78, 24 and 2C. RGB value is (120,36,44). Sum of RGB (Red+Green+Blue) = 120+36+44=200 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 120 - color contains mainly: red. Hex color #78242C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78242C is #87DBD3. Grayscale: #3E3E3E. Windows color (decimal): -8903636 or 2892920. OLE color: 2892920.

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

Color convert

RGB 120 36 44 -
CMYK 0 0.7 0.63 0.53
HSL 354.29º 0.54% 0.31% -
HSV(B) 354.29º 0.7% 0.47% -
XYZ 8.83 5.44 2.97 -
YUV 62.03 117.83 169.35 -
System Red Green Blue C M Y K H S L
Decimal 120 36 44 0 0.7 0.63 0.53 354.29 0.54 0.31
Hex 78 24 2C 0 46 3F 35 162 36 1F
Octal 170 44 54 0 106 77 65 542 66 37
Binary 1111000 100100 101100 0 1000110 111111 110101 101100010 110110 11111

Color Harmonies of #78242C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78242C

Black with #78242C

Text Example


Text Example

White with #78242C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #78242C;
 }
 .AnyTagClassName
 {
   color: #78242C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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