#582630

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

Shades of Black Rose #582630

Tints of Black Rose #582630

Color information

#582630 (or 0x582630) is unknown color: approx Black Rose. HEX triplet: 58, 26 and 30. RGB value is (88,38,48). Sum of RGB (Red+Green+Blue) = 88+38+48=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #582630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582630 is #A7D9CF. Grayscale: #363636. Windows color (decimal): -11000272 or 3155544. OLE color: 3155544.

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

Color convert

RGB883848-
CMYK00.570.450.65
HSL348º39.68%24.71%-
HSV(B)348º56.82%34.51%-
XYZ5.253.673.23-
YUV54.09124.56152.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.57%
GREEN value IS 38 (15.23% from 255) = 21.84%
BLUE value IS 48 (19.14% from 255) = 27.59%
R=50.57%
G=21.84%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88384800.570.450.6534839.6824.71
Hex5826300392D4115c2819
Octal1304660071551015345031
Binary10110001001101100000111001101101100000110101110010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582630; }

 p { color: rgb(88,38,48); }

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

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

 a { background-color: rgb(88,38,48); }

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

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

 span { border-color: rgb(88,38,48); }

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