Html Css Color HEX #80132D Scarlett

📋 copy color: '#80132D'

red 128 ◦ green 19 ◦ blue 45

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

Shades of Scarlett #80132D

Tints of Scarlett #80132D

RGB

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

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

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

R = 66.67%
G = 9.9%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#80132D (or 0x80132D) is known color: Scarlett. HEX triplet: 80, 13 and 2D. RGB value is (128,19,45). Sum of RGB (Red+Green+Blue) = 128+19+45=192 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.67% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 128 - color contains mainly: red. Hex color #80132D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80132D is #7FECD2. Grayscale: #363636. Windows color (decimal): -8383699 or 2954112. OLE color: 2954112.

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

Color convert

RGB 128 19 45 -
CMYK 0 0.85 0.65 0.50
HSL 345.69º 0.74% 0.29% -
HSV(B) 345.69º 0.85% 0.5% -
XYZ 9.61 5.24 2.99 -
YUV 54.56 122.61 180.39 -
System Red Green Blue C M Y K H S L
Decimal 128 19 45 0 0.85 0.65 0.50 345.69 0.74 0.29
Hex 80 13 2D 0 55 41 32 15A 4A 1D
Octal 200 23 55 0 125 101 62 532 112 35
Binary 10000000 10011 101101 0 1010101 1000001 110010 101011010 1001010 11101

Color Harmonies of #80132D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80132D

Black with #80132D

Text Example


Text Example

White with #80132D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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