#57213A

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

Shades of Black Rose #57213A

Tints of Black Rose #57213A

Color information

#57213A (or 0x57213A) is unknown color: approx Black Rose. HEX triplet: 57, 21 and 3A. RGB value is (87,33,58). Sum of RGB (Red+Green+Blue) = 87+33+58=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #57213A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57213A is #A8DEC5. Grayscale: #333333. Windows color (decimal): -11067078 or 3809623. OLE color: 3809623.

HSL color Cylindrical-coordinate representation of color #57213A: hue angle of 332.22º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57213A is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB873358-
CMYK00.620.330.66
HSL332.22º45%23.53%-
HSV(B)332.22º62.07%34.12%-
XYZ5.243.424.39-
YUV52131.39152.97-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.88%
GREEN value IS 33 (13.28% from 255) = 18.54%
BLUE value IS 58 (23.05% from 255) = 32.58%
R=48.88%
G=18.54%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87335800.620.330.66332.224523.53
Hex57213A03E214214c2d18
Octal1274172076411025145530
Binary10101111000011110100111110100001100001010100110010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57213A; }

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

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

<style>
 a { background-color: #57213A; }

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

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

<style>
 span { border-color: #57213A; }

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

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