Html Css Color HEX #80132E Scarlett

📋 copy color: '#80132E'

red 128 ◦ green 19 ◦ blue 46

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

Shades of Scarlett #80132E

Tints of Scarlett #80132E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.84%

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

R = 66.32%
G = 9.84%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#80132E (or 0x80132E) is known color: Scarlett. HEX triplet: 80, 13 and 2E. RGB value is (128,19,46). Sum of RGB (Red+Green+Blue) = 128+19+46=193 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.32% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 128 - color contains mainly: red. Hex color #80132E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80132E is #7FECD1. Grayscale: #363636. Windows color (decimal): -8383698 or 3019648. OLE color: 3019648.

HSL color Cylindrical-coordinate representation of color #80132E: hue angle of 345.14º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #80132E is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 19 46 -
CMYK 0 0.85 0.64 0.50
HSL 345.14º 0.74% 0.29% -
HSV(B) 345.14º 0.85% 0.5% -
XYZ 9.63 5.25 3.09 -
YUV 54.67 123.11 180.3 -
System Red Green Blue C M Y K H S L
Decimal 128 19 46 0 0.85 0.64 0.50 345.14 0.74 0.29
Hex 80 13 2E 0 55 40 32 159 4A 1D
Octal 200 23 56 0 125 100 62 531 112 35
Binary 10000000 10011 101110 0 1010101 1000000 110010 101011001 1001010 11101

Color Harmonies of #80132E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80132E

Black with #80132E

Text Example


Text Example

White with #80132E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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