Html Css Color HEX #80132F Scarlett

📋 copy color: '#80132F'

red 128 ◦ green 19 ◦ blue 47

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

Shades of Scarlett #80132F

Tints of Scarlett #80132F

RGB

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

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

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

R = 65.98%
G = 9.79%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#80132F (or 0x80132F) is known color: Scarlett. HEX triplet: 80, 13 and 2F. RGB value is (128,19,47). Sum of RGB (Red+Green+Blue) = 128+19+47=194 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.98% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 128 - color contains mainly: red. Hex color #80132F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80132F is #7FECD0. Grayscale: #363636. Windows color (decimal): -8383697 or 3085184. OLE color: 3085184.

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

Color convert

RGB 128 19 47 -
CMYK 0 0.85 0.63 0.50
HSL 344.59º 0.74% 0.29% -
HSV(B) 344.59º 0.85% 0.5% -
XYZ 9.65 5.26 3.2 -
YUV 54.78 123.61 180.22 -
System Red Green Blue C M Y K H S L
Decimal 128 19 47 0 0.85 0.63 0.50 344.59 0.74 0.29
Hex 80 13 2F 0 55 3F 32 159 4A 1D
Octal 200 23 57 0 125 77 62 531 112 35
Binary 10000000 10011 101111 0 1010101 111111 110010 101011001 1001010 11101

Color Harmonies of #80132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80132F

Black with #80132F

Text Example


Text Example

White with #80132F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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