#583125

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

Shades of Hairy Heath #583125

Tints of Hairy Heath #583125

Color information

#583125 (or 0x583125) is unknown color: approx Hairy Heath. HEX triplet: 58, 31 and 25. RGB value is (88,49,37). Sum of RGB (Red+Green+Blue) = 88+49+37=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #583125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583125 is #A7CEDA. Grayscale: #3B3B3B. Windows color (decimal): -10997467 or 2437464. OLE color: 2437464.

HSL color Cylindrical-coordinate representation of color #583125: hue angle of 14.12º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #583125 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB884937-
CMYK00.440.580.65
HSL14.12º40.8%24.51%-
HSV(B)14.12º57.95%34.51%-
XYZ5.464.42.31-
YUV59.29115.42148.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.57%
GREEN value IS 49 (19.53% from 255) = 28.16%
BLUE value IS 37 (14.84% from 255) = 21.26%
R=50.57%
G=28.16%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88493700.440.580.6514.1240.824.51
Hex58312502C3A41e2919
Octal130614505472101165131
Binary101100011000110010101011001110101000001111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583125; }

 p { color: rgb(88,49,37); }

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

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

 a { background-color: rgb(88,49,37); }

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

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

 span { border-color: rgb(88,49,37); }

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