#582932

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

Shades of Black Rose #582932

Tints of Black Rose #582932

Color information

#582932 (or 0x582932) is unknown color: approx Black Rose. HEX triplet: 58, 29 and 32. RGB value is (88,41,50). Sum of RGB (Red+Green+Blue) = 88+41+50=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #582932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582932 is #A7D6CD. Grayscale: #383838. Windows color (decimal): -10999502 or 3287384. OLE color: 3287384.

HSL color Cylindrical-coordinate representation of color #582932: hue angle of 348.51º 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 #582932 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB884150-
CMYK00.530.430.65
HSL348.51º36.43%25.29%-
HSV(B)348.51º53.41%34.51%-
XYZ5.393.893.48-
YUV56.08124.57150.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.16%
GREEN value IS 41 (16.41% from 255) = 22.91%
BLUE value IS 50 (19.92% from 255) = 27.93%
R=49.16%
G=22.91%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88415000.530.430.65348.5136.4325.29
Hex5829320352B4115d2419
Octal1305162065531015354431
Binary10110001010011100100110101101011100000110101110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582932; }

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

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

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

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

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

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

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

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