#81531D

Color #81531D Hot Curry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Curry #81531D

Tints of Hot Curry #81531D

Color information

#81531D (or 0x81531D) is unknown color: approx Hot Curry. HEX triplet: 81, 53 and 1D. RGB value is (129,83,29). Sum of RGB (Red+Green+Blue) = 129+83+29=241 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.53% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 129 - color contains mainly: red. Hex color #81531D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81531D is #7EACE2. Grayscale: #5A5A5A. Windows color (decimal): -8301795 or 1921921. OLE color: 1921921.

HSL color Cylindrical-coordinate representation of color #81531D: hue angle of 32.4º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81531D is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB1298329-
CMYK00.360.780.49
HSL32.4º63.29%30.98%-
HSV(B)32.4º77.52%50.59%-
XYZ12.3710.942.62-
YUV90.693.24155.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.53%
GREEN value IS 83 (32.81% from 255) = 34.44%
BLUE value IS 29 (11.72% from 255) = 12.03%
R=53.53%
G=34.44%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129832900.360.780.4932.463.2930.98
Hex81531D0244E31203f1f
Octal2011233504411661407737
Binary100000011010011111010100100100111011000110000011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81531D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81531D; }

 p { color: rgb(129,83,29); }

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

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

 a { background-color: rgb(129,83,29); }

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

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

 span { border-color: rgb(129,83,29); }

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