Html Css Color HEX #80242C Scarlett

📋 copy color: '#80242C'

red 128 ◦ green 36 ◦ blue 44

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

Shades of Scarlett #80242C

Tints of Scarlett #80242C

RGB

 RED value IS 128 (50.39% from 255) = 61.54%

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

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

R = 61.54%
G = 17.31%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#80242C (or 0x80242C) is known color: Scarlett. HEX triplet: 80, 24 and 2C. RGB value is (128,36,44). Sum of RGB (Red+Green+Blue) = 128+36+44=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #80242C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80242C is #7FDBD3. Grayscale: #404040. Windows color (decimal): -8379348 or 2892928. OLE color: 2892928.

HSL color Cylindrical-coordinate representation of color #80242C: hue angle of 354.78º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80242C is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 36 44 -
CMYK 0 0.72 0.66 0.50
HSL 354.78º 0.56% 0.32% -
HSV(B) 354.78º 0.72% 0.5% -
XYZ 9.99 6.03 3.02 -
YUV 64.42 116.48 173.35 -
System Red Green Blue C M Y K H S L
Decimal 128 36 44 0 0.72 0.66 0.50 354.78 0.56 0.32
Hex 80 24 2C 0 48 42 32 163 38 20
Octal 200 44 54 0 110 102 62 543 70 40
Binary 10000000 100100 101100 0 1001000 1000010 110010 101100011 111000 100000

Color Harmonies of #80242C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80242C

Black with #80242C

Text Example


Text Example

White with #80242C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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