Html Css Color HEX #801833 Scarlett

📋 copy color: '#801833'

red 128 ◦ green 24 ◦ blue 51

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

Shades of Scarlett #801833

Tints of Scarlett #801833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 25.12%

R = 63.05%
G = 11.82%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#801833 (or 0x801833) is known color: Scarlett. HEX triplet: 80, 18 and 33. RGB value is (128,24,51). Sum of RGB (Red+Green+Blue) = 128+24+51=203 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.05% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 128 - color contains mainly: red. Hex color #801833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801833 is #7FE7CC. Grayscale: #3A3A3A. Windows color (decimal): -8382413 or 3348608. OLE color: 3348608.

HSL color Cylindrical-coordinate representation of color #801833: hue angle of 344.42º 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 #801833 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 24 51 -
CMYK 0 0.81 0.60 0.50
HSL 344.42º 0.68% 0.3% -
HSV(B) 344.42º 0.81% 0.5% -
XYZ 9.83 5.48 3.67 -
YUV 58.17 123.96 177.8 -
System Red Green Blue C M Y K H S L
Decimal 128 24 51 0 0.81 0.60 0.50 344.42 0.68 0.3
Hex 80 18 33 0 51 3C 32 158 44 1E
Octal 200 30 63 0 121 74 62 530 104 36
Binary 10000000 11000 110011 0 1010001 111100 110010 101011000 1000100 11110

Color Harmonies of #801833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801833

Black with #801833

Text Example


Text Example

White with #801833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801833; }

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

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

background-color css

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

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

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

border-color css

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

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

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