Html Css Color HEX #80152E Scarlett

📋 copy color: '#80152E'

red 128 ◦ green 21 ◦ blue 46

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

Shades of Scarlett #80152E

Tints of Scarlett #80152E

RGB

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

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

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

R = 65.64%
G = 10.77%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#80152E (or 0x80152E) is known color: Scarlett. HEX triplet: 80, 15 and 2E. RGB value is (128,21,46). Sum of RGB (Red+Green+Blue) = 128+21+46=195 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.64% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 128 - color contains mainly: red. Hex color #80152E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80152E is #7FEAD1. Grayscale: #373737. Windows color (decimal): -8383186 or 3020160. OLE color: 3020160.

HSL color Cylindrical-coordinate representation of color #80152E: hue angle of 345.98º 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 #80152E is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 21 46 -
CMYK 0 0.84 0.64 0.50
HSL 345.98º 0.72% 0.29% -
HSV(B) 345.98º 0.84% 0.5% -
XYZ 9.66 5.32 3.1 -
YUV 55.84 122.45 179.47 -
System Red Green Blue C M Y K H S L
Decimal 128 21 46 0 0.84 0.64 0.50 345.98 0.72 0.29
Hex 80 15 2E 0 54 40 32 15A 48 1D
Octal 200 25 56 0 124 100 62 532 110 35
Binary 10000000 10101 101110 0 1010100 1000000 110010 101011010 1001000 11101

Color Harmonies of #80152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80152E

Black with #80152E

Text Example


Text Example

White with #80152E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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