Html Css Color HEX #802B23 Lusty

📋 copy color: '#802B23'

red 128 ◦ green 43 ◦ blue 35

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

Shades of Lusty #802B23

Tints of Lusty #802B23

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.87%

 BLUE value IS 35 (14.06% from 255) = 16.99%

R = 62.14%
G = 20.87%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#802B23 (or 0x802B23) is known color: Lusty. HEX triplet: 80, 2B and 23. RGB value is (128,43,35). Sum of RGB (Red+Green+Blue) = 128+43+35=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 35 (14.06% from 255 or 16.99% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #802B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802B23 is #7FD4DC. Grayscale: #434343. Windows color (decimal): -8377565 or 2304896. OLE color: 2304896.

HSL color Cylindrical-coordinate representation of color #802B23: hue angle of 5.16º 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 #802B23 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 43 35 -
CMYK 0 0.66 0.73 0.50
HSL 5.16º 0.57% 0.32% -
HSV(B) 5.16º 0.73% 0.5% -
XYZ 10.07 6.44 2.3 -
YUV 67.5 109.66 171.15 -
System Red Green Blue C M Y K H S L
Decimal 128 43 35 0 0.66 0.73 0.50 5.16 0.57 0.32
Hex 80 2B 23 0 42 49 32 5 39 20
Octal 200 53 43 0 102 111 62 5 71 40
Binary 10000000 101011 100011 0 1000010 1001001 110010 101 111001 100000

Color Harmonies of #802B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802B23

Black with #802B23

Text Example


Text Example

White with #802B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802B23; }

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

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

background-color css

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

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

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

border-color css

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

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

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