#582138

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

Shades of Black Rose #582138

Tints of Black Rose #582138

Color information

#582138 (or 0x582138) is unknown color: approx Black Rose. HEX triplet: 58, 21 and 38. RGB value is (88,33,56). Sum of RGB (Red+Green+Blue) = 88+33+56=177 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.72% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 88 - color contains mainly: red. Hex color #582138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582138 is #A7DEC7. Grayscale: #343434. Windows color (decimal): -11001544 or 3678552. OLE color: 3678552.

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

Color convert

RGB883356-
CMYK00.620.360.65
HSL334.91º45.45%23.73%-
HSV(B)334.91º62.5%34.51%-
XYZ5.283.454.13-
YUV52.07130.22153.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.72%
GREEN value IS 33 (13.28% from 255) = 18.64%
BLUE value IS 56 (22.27% from 255) = 31.64%
R=49.72%
G=18.64%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88335600.620.360.65334.9145.4523.73
Hex58213803E244114f2d18
Octal1304170076441015175530
Binary10110001000011110000111110100100100000110100111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582138; }

 p { color: rgb(88,33,56); }

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

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

 a { background-color: rgb(88,33,56); }

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

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

 span { border-color: rgb(88,33,56); }

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