Html Css Color HEX #80192E Scarlett

📋 copy color: '#80192E'

red 128 ◦ green 25 ◦ blue 46

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

Shades of Scarlett #80192E

Tints of Scarlett #80192E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.56%

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

R = 64.32%
G = 12.56%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#80192E (or 0x80192E) is known color: Scarlett. HEX triplet: 80, 19 and 2E. RGB value is (128,25,46). Sum of RGB (Red+Green+Blue) = 128+25+46=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #80192E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80192E is #7FE6D1. Grayscale: #3A3A3A. Windows color (decimal): -8382162 or 3021184. OLE color: 3021184.

HSL color Cylindrical-coordinate representation of color #80192E: hue angle of 347.77º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80192E is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 25 46 -
CMYK 0 0.80 0.64 0.50
HSL 347.77º 0.67% 0.3% -
HSV(B) 347.77º 0.8% 0.5% -
XYZ 9.74 5.48 3.13 -
YUV 58.19 121.12 177.79 -
System Red Green Blue C M Y K H S L
Decimal 128 25 46 0 0.80 0.64 0.50 347.77 0.67 0.3
Hex 80 19 2E 0 50 40 32 15C 43 1E
Octal 200 31 56 0 120 100 62 534 103 36
Binary 10000000 11001 101110 0 1010000 1000000 110010 101011100 1000011 11110

Color Harmonies of #80192E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80192E

Black with #80192E

Text Example


Text Example

White with #80192E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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