Html Css Color HEX #572031 Black Rose

📋 copy color: '#572031'

red 87 ◦ green 32 ◦ blue 49

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

Shades of Black Rose #572031

Tints of Black Rose #572031

RGB

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

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

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

R = 51.79%
G = 19.05%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#572031 (or 0x572031) is known color: Black Rose. HEX triplet: 57, 20 and 31. RGB value is (87,32,49). Sum of RGB (Red+Green+Blue) = 87+32+49=168 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.79% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 87 - color contains mainly: red. Hex color #572031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572031 is #A8DFCE. Grayscale: #323232. Windows color (decimal): -11067343 or 3219543. OLE color: 3219543.

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

Color convert

RGB 87 32 49 -
CMYK 0 0.63 0.44 0.66
HSL 341.45º 0.46% 0.23% -
HSV(B) 341.45º 0.63% 0.34% -
XYZ 5 3.28 3.28 -
YUV 50.38 127.22 154.12 -
System Red Green Blue C M Y K H S L
Decimal 87 32 49 0 0.63 0.44 0.66 341.45 0.46 0.23
Hex 57 20 31 0 3F 2C 42 155 2E 17
Octal 127 40 61 0 77 54 102 525 56 27
Binary 1010111 100000 110001 0 111111 101100 1000010 101010101 101110 10111

Color Harmonies of #572031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572031

Black with #572031

Text Example


Text Example

White with #572031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572031; }

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

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

background-color css

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

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

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

border-color css

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

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

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