#571A34

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

Shades of Black Rose #571A34

Tints of Black Rose #571A34

Color information

#571A34 (or 0x571A34) is unknown color: approx Black Rose. HEX triplet: 57, 1A and 34. RGB value is (87,26,52). Sum of RGB (Red+Green+Blue) = 87+26+52=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #571A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A34 is #A8E5CB. Grayscale: #2F2F2F. Windows color (decimal): -11068876 or 3414615. OLE color: 3414615.

HSL color Cylindrical-coordinate representation of color #571A34: hue angle of 334.43º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #571A34 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB872652-
CMYK00.700.400.66
HSL334.43º53.98%22.16%-
HSV(B)334.43º70.11%34.12%-
XYZ4.923.013.57-
YUV47.2130.71156.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.73%
GREEN value IS 26 (10.55% from 255) = 15.76%
BLUE value IS 52 (20.70% from 255) = 31.52%
R=52.73%
G=15.76%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87265200.700.400.66334.4353.9822.16
Hex571A34046284214e3616
Octal12732640106501025166626
Binary10101111101011010001000110101000100001010100111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571A34; }

 p { color: rgb(87,26,52); }

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

<style>
 a { background-color: #571A34; }

 a { background-color: rgb(87,26,52); }

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

<style>
 span { border-color: #571A34; }

 span { border-color: rgb(87,26,52); }

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