#57223A

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

Shades of Black Rose #57223A

Tints of Black Rose #57223A

Color information

#57223A (or 0x57223A) is unknown color: approx Black Rose. HEX triplet: 57, 22 and 3A. RGB value is (87,34,58). Sum of RGB (Red+Green+Blue) = 87+34+58=179 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.60% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 87 - color contains mainly: red. Hex color #57223A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57223A is #A8DDC5. Grayscale: #343434. Windows color (decimal): -11066822 or 3809879. OLE color: 3809879.

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

Color convert

RGB873458-
CMYK00.610.330.66
HSL332.83º43.8%23.73%-
HSV(B)332.83º60.92%34.12%-
XYZ5.273.484.4-
YUV52.58131.06152.55-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.60%
GREEN value IS 34 (13.67% from 255) = 18.99%
BLUE value IS 58 (23.05% from 255) = 32.40%
R=48.60%
G=18.99%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87345800.610.330.66332.8343.823.73
Hex57223A03D214214d2c18
Octal1274272075411025155430
Binary10101111000101110100111101100001100001010100110110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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