Html Css Color HEX #802334 Scarlett

📋 copy color: '#802334'

red 128 ◦ green 35 ◦ blue 52

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

Shades of Scarlett #802334

Tints of Scarlett #802334

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.28%

 BLUE value IS 52 (20.7% from 255) = 24.19%

R = 59.53%
G = 16.28%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#802334 (or 0x802334) is known color: Scarlett. HEX triplet: 80, 23 and 34. RGB value is (128,35,52). Sum of RGB (Red+Green+Blue) = 128+35+52=215 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.53% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 128 - color contains mainly: red. Hex color #802334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802334 is #7FDCCB. Grayscale: #404040. Windows color (decimal): -8379596 or 3416960. OLE color: 3416960.

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

Color convert

RGB 128 35 52 -
CMYK 0 0.73 0.59 0.50
HSL 349.03º 0.57% 0.32% -
HSV(B) 349.03º 0.73% 0.5% -
XYZ 10.12 6.04 3.88 -
YUV 64.75 120.81 173.12 -
System Red Green Blue C M Y K H S L
Decimal 128 35 52 0 0.73 0.59 0.50 349.03 0.57 0.32
Hex 80 23 34 0 49 3B 32 15D 39 20
Octal 200 43 64 0 111 73 62 535 71 40
Binary 10000000 100011 110100 0 1001001 111011 110010 101011101 111001 100000

Color Harmonies of #802334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802334

Black with #802334

Text Example


Text Example

White with #802334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802334; }

 p { color: rgb(128,35,52); }

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

background-color css

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

 a { background-color: rgb(128,35,52); }

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

border-color css

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

 span { border-color: rgb(128,35,52); }

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