Html Css Color HEX #80242D Scarlett

📋 copy color: '#80242D'

red 128 ◦ green 36 ◦ blue 45

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

Shades of Scarlett #80242D

Tints of Scarlett #80242D

RGB

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

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

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

R = 61.24%
G = 17.22%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#80242D (or 0x80242D) is known color: Scarlett. HEX triplet: 80, 24 and 2D. RGB value is (128,36,45). Sum of RGB (Red+Green+Blue) = 128+36+45=209 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.24% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 128 - color contains mainly: red. Hex color #80242D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80242D is #7FDBD2. Grayscale: #404040. Windows color (decimal): -8379347 or 2958464. OLE color: 2958464.

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

Color convert

RGB 128 36 45 -
CMYK 0 0.72 0.65 0.50
HSL 354.13º 0.56% 0.32% -
HSV(B) 354.13º 0.72% 0.5% -
XYZ 10.01 6.04 3.12 -
YUV 64.53 116.98 173.27 -
System Red Green Blue C M Y K H S L
Decimal 128 36 45 0 0.72 0.65 0.50 354.13 0.56 0.32
Hex 80 24 2D 0 48 41 32 162 38 20
Octal 200 44 55 0 110 101 62 542 70 40
Binary 10000000 100100 101101 0 1001000 1000001 110010 101100010 111000 100000

Color Harmonies of #80242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80242D

Black with #80242D

Text Example


Text Example

White with #80242D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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