Html Css Color HEX #801633 Scarlett

📋 copy color: '#801633'

red 128 ◦ green 22 ◦ blue 51

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

Shades of Scarlett #801633

Tints of Scarlett #801633

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.95%

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

R = 63.68%
G = 10.95%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#801633 (or 0x801633) is known color: Scarlett. HEX triplet: 80, 16 and 33. RGB value is (128,22,51). Sum of RGB (Red+Green+Blue) = 128+22+51=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #801633 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801633 is #7FE9CC. Grayscale: #383838. Windows color (decimal): -8382925 or 3348096. OLE color: 3348096.

HSL color Cylindrical-coordinate representation of color #801633: hue angle of 343.58º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #801633 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 22 51 -
CMYK 0 0.83 0.60 0.50
HSL 343.58º 0.71% 0.29% -
HSV(B) 343.58º 0.83% 0.5% -
XYZ 9.79 5.4 3.66 -
YUV 57 124.62 178.64 -
System Red Green Blue C M Y K H S L
Decimal 128 22 51 0 0.83 0.60 0.50 343.58 0.71 0.29
Hex 80 16 33 0 53 3C 32 158 47 1D
Octal 200 26 63 0 123 74 62 530 107 35
Binary 10000000 10110 110011 0 1010011 111100 110010 101011000 1000111 11101

Color Harmonies of #801633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801633

Black with #801633

Text Example


Text Example

White with #801633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801633; }

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

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

background-color css

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

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

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

border-color css

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

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

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