#582234

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

Shades of Black Rose #582234

Tints of Black Rose #582234

Color information

#582234 (or 0x582234) is unknown color: approx Black Rose. HEX triplet: 58, 22 and 34. RGB value is (88,34,52). Sum of RGB (Red+Green+Blue) = 88+34+52=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #582234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582234 is #A7DDCB. Grayscale: #343434. Windows color (decimal): -11001292 or 3416664. OLE color: 3416664.

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

Color convert

RGB883452-
CMYK00.610.410.65
HSL340º44.26%23.92%-
HSV(B)340º61.36%34.51%-
XYZ5.223.473.64-
YUV52.2127.89153.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.57%
GREEN value IS 34 (13.67% from 255) = 19.54%
BLUE value IS 52 (20.70% from 255) = 29.89%
R=50.57%
G=19.54%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88345200.610.410.6534044.2623.92
Hex58223403D29411542c18
Octal1304264075511015245430
Binary10110001000101101000111101101001100000110101010010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582234; }

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

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

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

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

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

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

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

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