Html Css Color HEX #80152F Scarlett

📋 copy color: '#80152F'

red 128 ◦ green 21 ◦ blue 47

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

Shades of Scarlett #80152F

Tints of Scarlett #80152F

RGB

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

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

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

R = 65.31%
G = 10.71%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#80152F (or 0x80152F) is known color: Scarlett. HEX triplet: 80, 15 and 2F. RGB value is (128,21,47). Sum of RGB (Red+Green+Blue) = 128+21+47=196 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.31% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 128 - color contains mainly: red. Hex color #80152F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80152F is #7FEAD0. Grayscale: #373737. Windows color (decimal): -8383185 or 3085696. OLE color: 3085696.

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

Color convert

RGB 128 21 47 -
CMYK 0 0.84 0.63 0.50
HSL 345.42º 0.72% 0.29% -
HSV(B) 345.42º 0.84% 0.5% -
XYZ 9.68 5.33 3.21 -
YUV 55.96 122.95 179.39 -
System Red Green Blue C M Y K H S L
Decimal 128 21 47 0 0.84 0.63 0.50 345.42 0.72 0.29
Hex 80 15 2F 0 54 3F 32 159 48 1D
Octal 200 25 57 0 124 77 62 531 110 35
Binary 10000000 10101 101111 0 1010100 111111 110010 101011001 1001000 11101

Color Harmonies of #80152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80152F

Black with #80152F

Text Example


Text Example

White with #80152F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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