Html Css Color HEX #80182F Scarlett

📋 copy color: '#80182F'

red 128 ◦ green 24 ◦ blue 47

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

Shades of Scarlett #80182F

Tints of Scarlett #80182F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.06%

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

R = 64.32%
G = 12.06%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#80182F (or 0x80182F) is known color: Scarlett. HEX triplet: 80, 18 and 2F. RGB value is (128,24,47). Sum of RGB (Red+Green+Blue) = 128+24+47=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #80182F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80182F is #7FE7D0. Grayscale: #393939. Windows color (decimal): -8382417 or 3086464. OLE color: 3086464.

HSL color Cylindrical-coordinate representation of color #80182F: hue angle of 346.73º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80182F is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 24 47 -
CMYK 0 0.81 0.63 0.50
HSL 346.73º 0.68% 0.3% -
HSV(B) 346.73º 0.81% 0.5% -
XYZ 9.74 5.45 3.23 -
YUV 57.72 121.96 178.13 -
System Red Green Blue C M Y K H S L
Decimal 128 24 47 0 0.81 0.63 0.50 346.73 0.68 0.3
Hex 80 18 2F 0 51 3F 32 15B 44 1E
Octal 200 30 57 0 121 77 62 533 104 36
Binary 10000000 11000 101111 0 1010001 111111 110010 101011011 1000100 11110

Color Harmonies of #80182F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80182F

Black with #80182F

Text Example


Text Example

White with #80182F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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