Html Css Color HEX #572230 Black Rose

📋 copy color: '#572230'

red 87 ◦ green 34 ◦ blue 48

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

Shades of Black Rose #572230

Tints of Black Rose #572230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 28.4%

R = 51.48%
G = 20.12%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.66

RGB Variations

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

Color information

#572230 (or 0x572230) is known color: Black Rose. HEX triplet: 57, 22 and 30. RGB value is (87,34,48). Sum of RGB (Red+Green+Blue) = 87+34+48=169 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.48% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 87 - color contains mainly: red. Hex color #572230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572230 is #A8DDCF. Grayscale: #333333. Windows color (decimal): -11066832 or 3154519. OLE color: 3154519.

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

Color convert

RGB 87 34 48 -
CMYK 0 0.61 0.45 0.66
HSL 344.15º 0.44% 0.24% -
HSV(B) 344.15º 0.61% 0.34% -
XYZ 5.04 3.38 3.18 -
YUV 51.44 126.06 153.36 -
System Red Green Blue C M Y K H S L
Decimal 87 34 48 0 0.61 0.45 0.66 344.15 0.44 0.24
Hex 57 22 30 0 3D 2D 42 158 2C 18
Octal 127 42 60 0 75 55 102 530 54 30
Binary 1010111 100010 110000 0 111101 101101 1000010 101011000 101100 11000

Color Harmonies of #572230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572230

Black with #572230

Text Example


Text Example

White with #572230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572230; }

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

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

background-color css

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

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

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

border-color css

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

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

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