#582236

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

Shades of Black Rose #582236

Tints of Black Rose #582236

Color information

#582236 (or 0x582236) is unknown color: approx Black Rose. HEX triplet: 58, 22 and 36. RGB value is (88,34,54). Sum of RGB (Red+Green+Blue) = 88+34+54=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 54 (21.48% from 255 or 30.68% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #582236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582236 is #A7DDC9. Grayscale: #343434. Windows color (decimal): -11001290 or 3547736. OLE color: 3547736.

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

Color convert

RGB883454-
CMYK00.610.390.65
HSL337.78º44.26%23.92%-
HSV(B)337.78º61.36%34.51%-
XYZ5.263.493.89-
YUV52.43128.89153.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50%
GREEN value IS 34 (13.67% from 255) = 19.32%
BLUE value IS 54 (21.48% from 255) = 30.68%
R=50%
G=19.32%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88345400.610.390.65337.7844.2623.92
Hex58223603D27411522c18
Octal1304266075471015225430
Binary10110001000101101100111101100111100000110101001010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582236; }

 p { color: rgb(88,34,54); }

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

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

 a { background-color: rgb(88,34,54); }

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

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

 span { border-color: rgb(88,34,54); }

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