#582A3D

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

Shades of Black Rose #582A3D

Tints of Black Rose #582A3D

Color information

#582A3D (or 0x582A3D) is unknown color: approx Black Rose. HEX triplet: 58, 2A and 3D. RGB value is (88,42,61). Sum of RGB (Red+Green+Blue) = 88+42+61=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #582A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582A3D is #A7D5C2. Grayscale: #393939. Windows color (decimal): -10999235 or 4008536. OLE color: 4008536.

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

Color convert

RGB884261-
CMYK00.520.310.65
HSL335.22º35.38%25.49%-
HSV(B)335.22º52.27%34.51%-
XYZ5.694.074.9-
YUV57.92129.74149.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.07%
GREEN value IS 42 (16.80% from 255) = 21.99%
BLUE value IS 61 (24.22% from 255) = 31.94%
R=46.07%
G=21.99%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88426100.520.310.65335.2235.3825.49
Hex582A3D0341F4114f2319
Octal1305275064371015174331
Binary1011000101010111101011010011111100000110100111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582A3D; }

 p { color: rgb(88,42,61); }

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

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

 a { background-color: rgb(88,42,61); }

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

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

 span { border-color: rgb(88,42,61); }

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