Html Css Color HEX #78212D Scarlett

📋 copy color: '#78212D'

red 120 ◦ green 33 ◦ blue 45

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

Shades of Scarlett #78212D

Tints of Scarlett #78212D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.67%

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

R = 60.61%
G = 16.67%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#78212D (or 0x78212D) is known color: Scarlett. HEX triplet: 78, 21 and 2D. RGB value is (120,33,45). Sum of RGB (Red+Green+Blue) = 120+33+45=198 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.61% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 120 - color contains mainly: red. Hex color #78212D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78212D is #87DED2. Grayscale: #3C3C3C. Windows color (decimal): -8904403 or 2957688. OLE color: 2957688.

HSL color Cylindrical-coordinate representation of color #78212D: hue angle of 351.72º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #78212D is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 33 45 -
CMYK 0 0.72 0.63 0.53
HSL 351.72º 0.57% 0.3% -
HSV(B) 351.72º 0.73% 0.47% -
XYZ 8.76 5.27 3.04 -
YUV 60.38 119.32 170.52 -
System Red Green Blue C M Y K H S L
Decimal 120 33 45 0 0.72 0.63 0.53 351.72 0.57 0.3
Hex 78 21 2D 0 48 3F 35 160 39 1E
Octal 170 41 55 0 110 77 65 540 71 36
Binary 1111000 100001 101101 0 1001000 111111 110101 101100000 111001 11110

Color Harmonies of #78212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78212D

Black with #78212D

Text Example


Text Example

White with #78212D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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