#812725

Color #812725 Lusty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lusty #812725

Tints of Lusty #812725

Color information

#812725 (or 0x812725) is unknown color: approx Lusty. HEX triplet: 81, 27 and 25. RGB value is (129,39,37). Sum of RGB (Red+Green+Blue) = 129+39+37=205 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.93% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 129 - color contains mainly: red. Hex color #812725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812725 is #7ED8DA. Grayscale: #414141. Windows color (decimal): -8313051 or 2434945. OLE color: 2434945.

HSL color Cylindrical-coordinate representation of color #812725: hue angle of 1.3º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #812725 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB1293937-
CMYK00.700.710.49
HSL1.3º55.42%32.55%-
HSV(B)1.3º71.32%50.59%-
XYZ10.116.252.42-
YUV65.68111.82173.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 62.93%
GREEN value IS 39 (15.62% from 255) = 19.02%
BLUE value IS 37 (14.84% from 255) = 18.05%
R=62.93%
G=19.02%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129393700.700.710.491.355.4232.55
Hex812725046473113721
Octal201474501061076116741
Binary100000011001111001010100011010001111100011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812725; }

 p { color: rgb(129,39,37); }

 H1.HeaderClassName
 {
   color: #812725;
 }
 .AnyTagClassName
 {
   color: #812725;
 }
</style>
background-color css

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

 a { background-color: rgb(129,39,37); }

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

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

 span { border-color: rgb(129,39,37); }

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