Html Css Color HEX #80152D Scarlett

📋 copy color: '#80152D'

red 128 ◦ green 21 ◦ blue 45

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

Shades of Scarlett #80152D

Tints of Scarlett #80152D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.82%

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

R = 65.98%
G = 10.82%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#80152D (or 0x80152D) is known color: Scarlett. HEX triplet: 80, 15 and 2D. RGB value is (128,21,45). Sum of RGB (Red+Green+Blue) = 128+21+45=194 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.98% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 128 - color contains mainly: red. Hex color #80152D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80152D is #7FEAD2. Grayscale: #373737. Windows color (decimal): -8383187 or 2954624. OLE color: 2954624.

HSL color Cylindrical-coordinate representation of color #80152D: hue angle of 346.54º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80152D is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 21 45 -
CMYK 0 0.84 0.65 0.50
HSL 346.54º 0.72% 0.29% -
HSV(B) 346.54º 0.84% 0.5% -
XYZ 9.64 5.31 3 -
YUV 55.73 121.95 179.55 -
System Red Green Blue C M Y K H S L
Decimal 128 21 45 0 0.84 0.65 0.50 346.54 0.72 0.29
Hex 80 15 2D 0 54 41 32 15B 48 1D
Octal 200 25 55 0 124 101 62 533 110 35
Binary 10000000 10101 101101 0 1010100 1000001 110010 101011011 1001000 11101

Color Harmonies of #80152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80152D

Black with #80152D

Text Example


Text Example

White with #80152D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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