Html Css Color HEX #57203A Black Rose

📋 copy color: '#57203A'

red 87 ◦ green 32 ◦ blue 58

#57203A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Rose #57203A

Tints of Black Rose #57203A

RGB

 RED value IS 87 (34.38% from 255) = 49.15%

 GREEN value IS 32 (12.89% from 255) = 18.08%

 BLUE value IS 58 (23.05% from 255) = 32.77%

R = 49.15%
G = 18.08%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.66

RGB Variations

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

Color information

#57203A (or 0x57203A) is known color: Black Rose. HEX triplet: 57, 20 and 3A. RGB value is (87,32,58). Sum of RGB (Red+Green+Blue) = 87+32+58=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #57203A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57203A is #A8DFC5. Grayscale: #333333. Windows color (decimal): -11067334 or 3809367. OLE color: 3809367.

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

Color convert

RGB 87 32 58 -
CMYK 0 0.63 0.33 0.66
HSL 331.64º 0.46% 0.23% -
HSV(B) 331.64º 0.63% 0.34% -
XYZ 5.21 3.36 4.38 -
YUV 51.41 131.72 153.39 -
System Red Green Blue C M Y K H S L
Decimal 87 32 58 0 0.63 0.33 0.66 331.64 0.46 0.23
Hex 57 20 3A 0 3F 21 42 14C 2E 17
Octal 127 40 72 0 77 41 102 514 56 27
Binary 1010111 100000 111010 0 111111 100001 1000010 101001100 101110 10111

Color Harmonies of #57203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57203A

Black with #57203A

Text Example


Text Example

White with #57203A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57203A;
 }
 .AnyTagClassName
 {
   color: #57203A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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