Html Css Color HEX #572531 Black Rose

📋 copy color: '#572531'

red 87 ◦ green 37 ◦ blue 49

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

Shades of Black Rose #572531

Tints of Black Rose #572531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.39%

 BLUE value IS 49 (19.53% from 255) = 28.32%

R = 50.29%
G = 21.39%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#572531 (or 0x572531) is known color: Black Rose. HEX triplet: 57, 25 and 31. RGB value is (87,37,49). Sum of RGB (Red+Green+Blue) = 87+37+49=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #572531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572531 is #A8DACE. Grayscale: #353535. Windows color (decimal): -11066063 or 3220823. OLE color: 3220823.

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

Color convert

RGB 87 37 49 -
CMYK 0 0.57 0.44 0.66
HSL 345.6º 0.4% 0.24% -
HSV(B) 345.6º 0.57% 0.34% -
XYZ 5.15 3.57 3.32 -
YUV 53.32 125.57 152.02 -
System Red Green Blue C M Y K H S L
Decimal 87 37 49 0 0.57 0.44 0.66 345.6 0.4 0.24
Hex 57 25 31 0 39 2C 42 15A 28 18
Octal 127 45 61 0 71 54 102 532 50 30
Binary 1010111 100101 110001 0 111001 101100 1000010 101011010 101000 11000

Color Harmonies of #572531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572531

Black with #572531

Text Example


Text Example

White with #572531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572531; }

 p { color: rgb(87,37,49); }

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

background-color css

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

 a { background-color: rgb(87,37,49); }

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

border-color css

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

 span { border-color: rgb(87,37,49); }

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