Html Css Color HEX #812825 Lusty

📋 copy color: '#812825'

red 129 ◦ green 40 ◦ blue 37

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

Shades of Lusty #812825

Tints of Lusty #812825

RGB

 RED value IS 129 (50.78% from 255) = 62.62%

 GREEN value IS 40 (16.02% from 255) = 19.42%

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

R = 62.62%
G = 19.42%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#812825 (or 0x812825) is known color: Lusty. HEX triplet: 81, 28 and 25. RGB value is (129,40,37). Sum of RGB (Red+Green+Blue) = 129+40+37=206 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.62% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 37 (14.84% from 255 or 17.96% from 206); Max value from RGB is 129 - color contains mainly: red. Hex color #812825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812825 is #7ED7DA. Grayscale: #424242. Windows color (decimal): -8312795 or 2435201. OLE color: 2435201.

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

Color convert

RGB 129 40 37 -
CMYK 0 0.69 0.71 0.49
HSL 1.96º 0.55% 0.33% -
HSV(B) 1.96º 0.71% 0.51% -
XYZ 10.15 6.32 2.44 -
YUV 66.27 111.49 172.74 -
System Red Green Blue C M Y K H S L
Decimal 129 40 37 0 0.69 0.71 0.49 1.96 0.55 0.33
Hex 81 28 25 0 45 47 31 2 37 21
Octal 201 50 45 0 105 107 61 2 67 41
Binary 10000001 101000 100101 0 1000101 1000111 110001 10 110111 100001

Color Harmonies of #812825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812825

Black with #812825

Text Example


Text Example

White with #812825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812825; }

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

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

background-color css

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

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

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

border-color css

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

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

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