#582233

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

Shades of Black Rose #582233

Tints of Black Rose #582233

Color information

#582233 (or 0x582233) is unknown color: approx Black Rose. HEX triplet: 58, 22 and 33. RGB value is (88,34,51). Sum of RGB (Red+Green+Blue) = 88+34+51=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 51 (20.31% from 255 or 29.48% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #582233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582233 is #A7DDCC. Grayscale: #343434. Windows color (decimal): -11001293 or 3351128. OLE color: 3351128.

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

Color convert

RGB883451-
CMYK00.610.420.65
HSL341.11º44.26%23.92%-
HSV(B)341.11º61.36%34.51%-
XYZ5.193.463.53-
YUV52.08127.39153.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.87%
GREEN value IS 34 (13.67% from 255) = 19.65%
BLUE value IS 51 (20.31% from 255) = 29.48%
R=50.87%
G=19.65%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88345100.610.420.65341.1144.2623.92
Hex58223303D2A411552c18
Octal1304263075521015255430
Binary10110001000101100110111101101010100000110101010110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582233; }

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

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

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

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

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

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

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

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