Html Css Color HEX #80272E Scarlett

📋 copy color: '#80272E'

red 128 ◦ green 39 ◦ blue 46

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

Shades of Scarlett #80272E

Tints of Scarlett #80272E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.31%

 BLUE value IS 46 (18.36% from 255) = 21.6%

R = 60.09%
G = 18.31%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#80272E (or 0x80272E) is known color: Scarlett. HEX triplet: 80, 27 and 2E. RGB value is (128,39,46). Sum of RGB (Red+Green+Blue) = 128+39+46=213 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.09% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 128 - color contains mainly: red. Hex color #80272E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80272E is #7FD8D1. Grayscale: #424242. Windows color (decimal): -8378578 or 3024768. OLE color: 3024768.

HSL color Cylindrical-coordinate representation of color #80272E: hue angle of 355.28º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80272E is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 39 46 -
CMYK 0 0.70 0.64 0.50
HSL 355.28º 0.53% 0.33% -
HSV(B) 355.28º 0.7% 0.5% -
XYZ 10.12 6.24 3.26 -
YUV 66.41 116.49 171.93 -
System Red Green Blue C M Y K H S L
Decimal 128 39 46 0 0.70 0.64 0.50 355.28 0.53 0.33
Hex 80 27 2E 0 46 40 32 163 35 21
Octal 200 47 56 0 106 100 62 543 65 41
Binary 10000000 100111 101110 0 1000110 1000000 110010 101100011 110101 100001

Color Harmonies of #80272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80272E

Black with #80272E

Text Example


Text Example

White with #80272E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80272E; }

 p { color: rgb(128,39,46); }

 H1.HeaderClassName
 {
   color: #80272E;
 }
 .AnyTagClassName
 {
   color: #80272E;
 }
</style>

background-color css

<style>
 a { background-color: #80272E; }

 a { background-color: rgb(128,39,46); }

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

border-color css

<style>
 span { border-color: #80272E; }

 span { border-color: rgb(128,39,46); }

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