Html Css Color HEX #80282F Scarlett

📋 copy color: '#80282F'

red 128 ◦ green 40 ◦ blue 47

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

Shades of Scarlett #80282F

Tints of Scarlett #80282F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.6%

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

R = 59.53%
G = 18.6%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#80282F (or 0x80282F) is known color: Scarlett. HEX triplet: 80, 28 and 2F. RGB value is (128,40,47). Sum of RGB (Red+Green+Blue) = 128+40+47=215 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.53% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 128 - color contains mainly: red. Hex color #80282F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80282F is #7FD7D0. Grayscale: #434343. Windows color (decimal): -8378321 or 3090560. OLE color: 3090560.

HSL color Cylindrical-coordinate representation of color #80282F: hue angle of 355.23º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80282F is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 40 47 -
CMYK 0 0.69 0.63 0.50
HSL 355.23º 0.52% 0.33% -
HSV(B) 355.23º 0.69% 0.5% -
XYZ 10.17 6.31 3.37 -
YUV 67.11 116.65 171.43 -
System Red Green Blue C M Y K H S L
Decimal 128 40 47 0 0.69 0.63 0.50 355.23 0.52 0.33
Hex 80 28 2F 0 45 3F 32 163 34 21
Octal 200 50 57 0 105 77 62 543 64 41
Binary 10000000 101000 101111 0 1000101 111111 110010 101100011 110100 100001

Color Harmonies of #80282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80282F

Black with #80282F

Text Example


Text Example

White with #80282F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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