#572A3D

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

Shades of Black Rose #572A3D

Tints of Black Rose #572A3D

Color information

#572A3D (or 0x572A3D) is unknown color: approx Black Rose. HEX triplet: 57, 2A and 3D. RGB value is (87,42,61). Sum of RGB (Red+Green+Blue) = 87+42+61=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 87 - color contains mainly: red. Hex color #572A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572A3D is #A8D5C2. Grayscale: #393939. Windows color (decimal): -11064771 or 4008535. OLE color: 4008535.

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

Color convert

RGB874261-
CMYK00.520.300.66
HSL334.67º34.88%25.29%-
HSV(B)334.67º51.72%34.12%-
XYZ5.64.024.9-
YUV57.62129.91148.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.79%
GREEN value IS 42 (16.80% from 255) = 22.11%
BLUE value IS 61 (24.22% from 255) = 32.11%
R=45.79%
G=22.11%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87426100.520.300.66334.6734.8825.29
Hex572A3D0341E4214f2319
Octal1275275064361025174331
Binary1010111101010111101011010011110100001010100111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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