#572B3C

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

Shades of Black Rose #572B3C

Tints of Black Rose #572B3C

Color information

#572B3C (or 0x572B3C) is unknown color: approx Black Rose. HEX triplet: 57, 2B and 3C. RGB value is (87,43,60). Sum of RGB (Red+Green+Blue) = 87+43+60=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 87 - color contains mainly: red. Hex color #572B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572B3C is #A8D4C3. Grayscale: #3A3A3A. Windows color (decimal): -11064516 or 3943255. OLE color: 3943255.

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

Color convert

RGB874360-
CMYK00.510.310.66
HSL336.82º33.85%25.49%-
HSV(B)336.82º50.57%34.12%-
XYZ5.614.084.77-
YUV58.09129.08148.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.79%
GREEN value IS 43 (17.19% from 255) = 22.63%
BLUE value IS 60 (23.83% from 255) = 31.58%
R=45.79%
G=22.63%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87436000.510.310.66336.8233.8525.49
Hex572B3C0331F421512219
Octal1275374063371025214231
Binary1010111101011111100011001111111100001010101000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,43,60); }

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

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

 a { background-color: rgb(87,43,60); }

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

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

 span { border-color: rgb(87,43,60); }

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