Html Css Color HEX #78202D Scarlett

📋 copy color: '#78202D'

red 120 ◦ green 32 ◦ blue 45

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

Shades of Scarlett #78202D

Tints of Scarlett #78202D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.24%

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

R = 60.91%
G = 16.24%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#78202D (or 0x78202D) is known color: Scarlett. HEX triplet: 78, 20 and 2D. RGB value is (120,32,45). Sum of RGB (Red+Green+Blue) = 120+32+45=197 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.91% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 120 - color contains mainly: red. Hex color #78202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78202D is #87DFD2. Grayscale: #3B3B3B. Windows color (decimal): -8904659 or 2957432. OLE color: 2957432.

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

Color convert

RGB 120 32 45 -
CMYK 0 0.73 0.63 0.53
HSL 351.14º 0.58% 0.3% -
HSV(B) 351.14º 0.73% 0.47% -
XYZ 8.74 5.22 3.03 -
YUV 59.79 119.65 170.94 -
System Red Green Blue C M Y K H S L
Decimal 120 32 45 0 0.73 0.63 0.53 351.14 0.58 0.3
Hex 78 20 2D 0 49 3F 35 15F 3A 1E
Octal 170 40 55 0 111 77 65 537 72 36
Binary 1111000 100000 101101 0 1001001 111111 110101 101011111 111010 11110

Color Harmonies of #78202D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78202D

Black with #78202D

Text Example


Text Example

White with #78202D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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