#583129

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

Shades of Redwood #583129

Tints of Redwood #583129

Color information

#583129 (or 0x583129) is unknown color: approx Redwood. HEX triplet: 58, 31 and 29. RGB value is (88,49,41). Sum of RGB (Red+Green+Blue) = 88+49+41=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #583129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583129 is #A7CED6. Grayscale: #3B3B3B. Windows color (decimal): -10997463 or 2699608. OLE color: 2699608.

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

Color convert

RGB884941-
CMYK00.440.530.65
HSL10.21º36.43%25.29%-
HSV(B)10.21º53.41%34.51%-
XYZ5.524.432.66-
YUV59.75117.42148.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.44%
GREEN value IS 49 (19.53% from 255) = 27.53%
BLUE value IS 41 (16.41% from 255) = 23.03%
R=49.44%
G=27.53%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88494100.440.530.6510.2136.4325.29
Hex58312902C3541a2419
Octal130615105465101124431
Binary101100011000110100101011001101011000001101010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583129; }

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

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

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

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

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

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

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

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