Html Css Color HEX #80242F Scarlett

📋 copy color: '#80242F'

red 128 ◦ green 36 ◦ blue 47

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

Shades of Scarlett #80242F

Tints of Scarlett #80242F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.27%

R = 60.66%
G = 17.06%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#80242F (or 0x80242F) is known color: Scarlett. HEX triplet: 80, 24 and 2F. RGB value is (128,36,47). Sum of RGB (Red+Green+Blue) = 128+36+47=211 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.66% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 128 - color contains mainly: red. Hex color #80242F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80242F is #7FDBD0. Grayscale: #404040. Windows color (decimal): -8379345 or 3089536. OLE color: 3089536.

HSL color Cylindrical-coordinate representation of color #80242F: hue angle of 352.83º 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 #80242F is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 36 47 -
CMYK 0 0.72 0.63 0.50
HSL 352.83º 0.56% 0.32% -
HSV(B) 352.83º 0.72% 0.5% -
XYZ 10.05 6.06 3.33 -
YUV 64.76 117.98 173.11 -
System Red Green Blue C M Y K H S L
Decimal 128 36 47 0 0.72 0.63 0.50 352.83 0.56 0.32
Hex 80 24 2F 0 48 3F 32 161 38 20
Octal 200 44 57 0 110 77 62 541 70 40
Binary 10000000 100100 101111 0 1001000 111111 110010 101100001 111000 100000

Color Harmonies of #80242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80242F

Black with #80242F

Text Example


Text Example

White with #80242F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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