Html Css Color HEX #57222C Black Rose

📋 copy color: '#57222C'

red 87 ◦ green 34 ◦ blue 44

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

Shades of Black Rose #57222C

Tints of Black Rose #57222C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.61%

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

R = 52.73%
G = 20.61%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.66

RGB Variations

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

Color information

#57222C (or 0x57222C) is known color: Black Rose. HEX triplet: 57, 22 and 2C. RGB value is (87,34,44). Sum of RGB (Red+Green+Blue) = 87+34+44=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #57222C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57222C is #A8DDD3. Grayscale: #333333. Windows color (decimal): -11066836 or 2892375. OLE color: 2892375.

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

Color convert

RGB 87 34 44 -
CMYK 0 0.61 0.49 0.66
HSL 348.68º 0.44% 0.24% -
HSV(B) 348.68º 0.61% 0.34% -
XYZ 4.96 3.35 2.77 -
YUV 50.99 124.06 153.69 -
System Red Green Blue C M Y K H S L
Decimal 87 34 44 0 0.61 0.49 0.66 348.68 0.44 0.24
Hex 57 22 2C 0 3D 31 42 15D 2C 18
Octal 127 42 54 0 75 61 102 535 54 30
Binary 1010111 100010 101100 0 111101 110001 1000010 101011101 101100 11000

Color Harmonies of #57222C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57222C

Black with #57222C

Text Example


Text Example

White with #57222C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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