#572B3D

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

Shades of Black Rose #572B3D

Tints of Black Rose #572B3D

Color information

#572B3D (or 0x572B3D) is unknown color: approx Black Rose. HEX triplet: 57, 2B and 3D. RGB value is (87,43,61). Sum of RGB (Red+Green+Blue) = 87+43+61=191 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.55% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 87 - color contains mainly: red. Hex color #572B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572B3D is #A8D4C2. Grayscale: #3A3A3A. Windows color (decimal): -11064515 or 4008791. OLE color: 4008791.

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

Color convert

RGB874361-
CMYK00.510.300.66
HSL335.45º33.85%25.49%-
HSV(B)335.45º50.57%34.12%-
XYZ5.644.094.91-
YUV58.21129.58148.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.55%
GREEN value IS 43 (17.19% from 255) = 22.51%
BLUE value IS 61 (24.22% from 255) = 31.94%
R=45.55%
G=22.51%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87436100.510.300.66335.4533.8525.49
Hex572B3D0331E4214f2219
Octal1275375063361025174231
Binary1010111101011111101011001111110100001010100111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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