Html Css Color HEX #802625 Lusty

📋 copy color: '#802625'

red 128 ◦ green 38 ◦ blue 37

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

Shades of Lusty #802625

Tints of Lusty #802625

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.72%

 BLUE value IS 37 (14.84% from 255) = 18.23%

R = 63.05%
G = 18.72%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#802625 (or 0x802625) is known color: Lusty. HEX triplet: 80, 26 and 25. RGB value is (128,38,37). Sum of RGB (Red+Green+Blue) = 128+38+37=203 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.05% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 128 - color contains mainly: red. Hex color #802625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802625 is #7FD9DA. Grayscale: #404040. Windows color (decimal): -8378843 or 2434688. OLE color: 2434688.

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

Color convert

RGB 128 38 37 -
CMYK 0 0.70 0.71 0.50
HSL 0.66º 0.55% 0.32% -
HSV(B) 0.66º 0.71% 0.5% -
XYZ 9.93 6.11 2.41 -
YUV 64.8 112.32 173.08 -
System Red Green Blue C M Y K H S L
Decimal 128 38 37 0 0.70 0.71 0.50 0.66 0.55 0.32
Hex 80 26 25 0 46 47 32 1 37 20
Octal 200 46 45 0 106 107 62 1 67 40
Binary 10000000 100110 100101 0 1000110 1000111 110010 1 110111 100000

Color Harmonies of #802625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802625

Black with #802625

Text Example


Text Example

White with #802625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802625; }

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

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

background-color css

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

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

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

border-color css

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

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

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