Html Css Color HEX #80122F Scarlett

📋 copy color: '#80122F'

red 128 ◦ green 18 ◦ blue 47

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

Shades of Scarlett #80122F

Tints of Scarlett #80122F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.33%

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

R = 66.32%
G = 9.33%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#80122F (or 0x80122F) is known color: Scarlett. HEX triplet: 80, 12 and 2F. RGB value is (128,18,47). Sum of RGB (Red+Green+Blue) = 128+18+47=193 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.32% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 128 - color contains mainly: red. Hex color #80122F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80122F is #7FEDD0. Grayscale: #363636. Windows color (decimal): -8383953 or 3084928. OLE color: 3084928.

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

Color convert

RGB 128 18 47 -
CMYK 0 0.86 0.63 0.50
HSL 344.18º 0.75% 0.29% -
HSV(B) 344.18º 0.86% 0.5% -
XYZ 9.63 5.23 3.19 -
YUV 54.2 123.94 180.64 -
System Red Green Blue C M Y K H S L
Decimal 128 18 47 0 0.86 0.63 0.50 344.18 0.75 0.29
Hex 80 12 2F 0 56 3F 32 158 4B 1D
Octal 200 22 57 0 126 77 62 530 113 35
Binary 10000000 10010 101111 0 1010110 111111 110010 101011000 1001011 11101

Color Harmonies of #80122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80122F

Black with #80122F

Text Example


Text Example

White with #80122F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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