Html Css Color HEX #562131 Black Rose

📋 copy color: '#562131'

red 86 ◦ green 33 ◦ blue 49

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

Shades of Black Rose #562131

Tints of Black Rose #562131

RGB

 RED value IS 86 (33.98% from 255) = 51.19%

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

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

R = 51.19%
G = 19.64%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#562131 (or 0x562131) is known color: Black Rose. HEX triplet: 56, 21 and 31. RGB value is (86,33,49). Sum of RGB (Red+Green+Blue) = 86+33+49=168 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.19% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 86 - color contains mainly: red. Hex color #562131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562131 is #A9DECE. Grayscale: #323232. Windows color (decimal): -11132623 or 3219798. OLE color: 3219798.

HSL color Cylindrical-coordinate representation of color #562131: hue angle of 341.89º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #562131 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 33 49 -
CMYK 0 0.62 0.43 0.66
HSL 341.89º 0.45% 0.23% -
HSV(B) 341.89º 0.62% 0.34% -
XYZ 4.94 3.29 3.28 -
YUV 50.67 127.06 153.2 -
System Red Green Blue C M Y K H S L
Decimal 86 33 49 0 0.62 0.43 0.66 341.89 0.45 0.23
Hex 56 21 31 0 3E 2B 42 156 2D 17
Octal 126 41 61 0 76 53 102 526 55 27
Binary 1010110 100001 110001 0 111110 101011 1000010 101010110 101101 10111

Color Harmonies of #562131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562131

Black with #562131

Text Example


Text Example

White with #562131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562131; }

 p { color: rgb(86,33,49); }

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

background-color css

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

 a { background-color: rgb(86,33,49); }

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

border-color css

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

 span { border-color: rgb(86,33,49); }

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