Html Css Color HEX #802533 Scarlett

📋 copy color: '#802533'

red 128 ◦ green 37 ◦ blue 51

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

Shades of Scarlett #802533

Tints of Scarlett #802533

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.13%

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

R = 59.26%
G = 17.13%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#802533 (or 0x802533) is known color: Scarlett. HEX triplet: 80, 25 and 33. RGB value is (128,37,51). Sum of RGB (Red+Green+Blue) = 128+37+51=216 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.26% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 128 - color contains mainly: red. Hex color #802533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802533 is #7FDACC. Grayscale: #414141. Windows color (decimal): -8379085 or 3351936. OLE color: 3351936.

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

Color convert

RGB 128 37 51 -
CMYK 0 0.71 0.60 0.50
HSL 350.77º 0.55% 0.32% -
HSV(B) 350.77º 0.71% 0.5% -
XYZ 10.16 6.15 3.78 -
YUV 65.81 119.65 172.36 -
System Red Green Blue C M Y K H S L
Decimal 128 37 51 0 0.71 0.60 0.50 350.77 0.55 0.32
Hex 80 25 33 0 47 3C 32 15F 37 20
Octal 200 45 63 0 107 74 62 537 67 40
Binary 10000000 100101 110011 0 1000111 111100 110010 101011111 110111 100000

Color Harmonies of #802533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802533

Black with #802533

Text Example


Text Example

White with #802533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802533; }

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

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

background-color css

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

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

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

border-color css

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

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

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