Html Css Color HEX #802535 Scarlett

📋 copy color: '#802535'

red 128 ◦ green 37 ◦ blue 53

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

Shades of Scarlett #802535

Tints of Scarlett #802535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.31%

R = 58.72%
G = 16.97%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#802535 (or 0x802535) is known color: Scarlett. HEX triplet: 80, 25 and 35. RGB value is (128,37,53). Sum of RGB (Red+Green+Blue) = 128+37+53=218 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.72% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 128 - color contains mainly: red. Hex color #802535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802535 is #7FDACA. Grayscale: #424242. Windows color (decimal): -8379083 or 3483008. OLE color: 3483008.

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

Color convert

RGB 128 37 53 -
CMYK 0 0.71 0.59 0.50
HSL 349.45º 0.55% 0.32% -
HSV(B) 349.45º 0.71% 0.5% -
XYZ 10.21 6.17 4.02 -
YUV 66.03 120.65 172.2 -
System Red Green Blue C M Y K H S L
Decimal 128 37 53 0 0.71 0.59 0.50 349.45 0.55 0.32
Hex 80 25 35 0 47 3B 32 15D 37 20
Octal 200 45 65 0 107 73 62 535 67 40
Binary 10000000 100101 110101 0 1000111 111011 110010 101011101 110111 100000

Color Harmonies of #802535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802535

Black with #802535

Text Example


Text Example

White with #802535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802535; }

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

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

background-color css

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

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

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

border-color css

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

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

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