#572B3A

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

Shades of Black Rose #572B3A

Tints of Black Rose #572B3A

Color information

#572B3A (or 0x572B3A) is unknown color: approx Black Rose. HEX triplet: 57, 2B and 3A. RGB value is (87,43,58). Sum of RGB (Red+Green+Blue) = 87+43+58=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #572B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572B3A is #A8D4C5. Grayscale: #393939. Windows color (decimal): -11064518 or 3812183. OLE color: 3812183.

HSL color Cylindrical-coordinate representation of color #572B3A: hue angle of 339.55º 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 #572B3A is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB874358-
CMYK00.510.330.66
HSL339.55º33.85%25.49%-
HSV(B)339.55º50.57%34.12%-
XYZ5.564.064.49-
YUV57.87128.08148.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.28%
GREEN value IS 43 (17.19% from 255) = 22.87%
BLUE value IS 58 (23.05% from 255) = 30.85%
R=46.28%
G=22.87%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87435800.510.330.66339.5533.8525.49
Hex572B3A03321421542219
Octal1275372063411025244231
Binary10101111010111110100110011100001100001010101010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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