#582832

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

Shades of Black Rose #582832

Tints of Black Rose #582832

Color information

#582832 (or 0x582832) is unknown color: approx Black Rose. HEX triplet: 58, 28 and 32. RGB value is (88,40,50). Sum of RGB (Red+Green+Blue) = 88+40+50=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #582832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582832 is #A7D7CD. Grayscale: #373737. Windows color (decimal): -10999758 or 3287128. OLE color: 3287128.

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

Color convert

RGB884050-
CMYK00.550.430.65
HSL347.5º37.5%25.1%-
HSV(B)347.5º54.55%34.51%-
XYZ5.363.823.47-
YUV55.49124.9151.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.44%
GREEN value IS 40 (16.02% from 255) = 22.47%
BLUE value IS 50 (19.92% from 255) = 28.09%
R=49.44%
G=22.47%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88405000.550.430.65347.537.525.1
Hex5828320372B4115c2619
Octal1305062067531015344631
Binary10110001010001100100110111101011100000110101110010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582832; }

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

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

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

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

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

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

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

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