Html Css Color HEX #78242D Scarlett

📋 copy color: '#78242D'

red 120 ◦ green 36 ◦ blue 45

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

Shades of Scarlett #78242D

Tints of Scarlett #78242D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.39%

R = 59.7%
G = 17.91%
B = 22.39%

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

#78242D (or 0x78242D) is known color: Scarlett. HEX triplet: 78, 24 and 2D. RGB value is (120,36,45). Sum of RGB (Red+Green+Blue) = 120+36+45=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #78242D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78242D is #87DBD2. Grayscale: #3E3E3E. Windows color (decimal): -8903635 or 2958456. OLE color: 2958456.

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

Color convert

RGB 120 36 45 -
CMYK 0 0.7 0.63 0.53
HSL 353.57º 0.54% 0.31% -
HSV(B) 353.57º 0.7% 0.47% -
XYZ 8.85 5.44 3.07 -
YUV 62.14 118.33 169.27 -
System Red Green Blue C M Y K H S L
Decimal 120 36 45 0 0.7 0.63 0.53 353.57 0.54 0.31
Hex 78 24 2D 0 46 3F 35 162 36 1F
Octal 170 44 55 0 106 77 65 542 66 37
Binary 1111000 100100 101101 0 1000110 111111 110101 101100010 110110 11111

Color Harmonies of #78242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78242D

Black with #78242D

Text Example


Text Example

White with #78242D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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