Html Css Color HEX #57212C Black Rose

📋 copy color: '#57212C'

red 87 ◦ green 33 ◦ blue 44

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

Shades of Black Rose #57212C

Tints of Black Rose #57212C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.12%

 BLUE value IS 44 (17.58% from 255) = 26.83%

R = 53.05%
G = 20.12%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.66

RGB Variations

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

Color information

#57212C (or 0x57212C) is known color: Black Rose. HEX triplet: 57, 21 and 2C. RGB value is (87,33,44). Sum of RGB (Red+Green+Blue) = 87+33+44=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #57212C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57212C is #A8DED3. Grayscale: #323232. Windows color (decimal): -11067092 or 2892119. OLE color: 2892119.

HSL color Cylindrical-coordinate representation of color #57212C: hue angle of 347.78º 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 #57212C is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 33 44 -
CMYK 0 0.62 0.49 0.66
HSL 347.78º 0.45% 0.24% -
HSV(B) 347.78º 0.62% 0.34% -
XYZ 4.93 3.3 2.76 -
YUV 50.4 124.39 154.11 -
System Red Green Blue C M Y K H S L
Decimal 87 33 44 0 0.62 0.49 0.66 347.78 0.45 0.24
Hex 57 21 2C 0 3E 31 42 15C 2D 18
Octal 127 41 54 0 76 61 102 534 55 30
Binary 1010111 100001 101100 0 111110 110001 1000010 101011100 101101 11000

Color Harmonies of #57212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57212C

Black with #57212C

Text Example


Text Example

White with #57212C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57212C; }

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

 H1.HeaderClassName
 {
   color: #57212C;
 }
 .AnyTagClassName
 {
   color: #57212C;
 }
</style>

background-color css

<style>
 a { background-color: #57212C; }

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

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

border-color css

<style>
 span { border-color: #57212C; }

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

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