Html Css Color HEX #562531 Black Rose

📋 copy color: '#562531'

red 86 ◦ green 37 ◦ blue 49

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

Shades of Black Rose #562531

Tints of Black Rose #562531

RGB

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

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

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

R = 50%
G = 21.51%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#562531 (or 0x562531) is known color: Black Rose. HEX triplet: 56, 25 and 31. RGB value is (86,37,49). Sum of RGB (Red+Green+Blue) = 86+37+49=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #562531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562531 is #A9DACE. Grayscale: #353535. Windows color (decimal): -11131599 or 3220822. OLE color: 3220822.

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

Color convert

RGB 86 37 49 -
CMYK 0 0.57 0.43 0.66
HSL 345.31º 0.4% 0.24% -
HSV(B) 345.31º 0.57% 0.34% -
XYZ 5.05 3.52 3.32 -
YUV 53.02 125.73 151.52 -
System Red Green Blue C M Y K H S L
Decimal 86 37 49 0 0.57 0.43 0.66 345.31 0.4 0.24
Hex 56 25 31 0 39 2B 42 159 28 18
Octal 126 45 61 0 71 53 102 531 50 30
Binary 1010110 100101 110001 0 111001 101011 1000010 101011001 101000 11000

Color Harmonies of #562531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562531

Black with #562531

Text Example


Text Example

White with #562531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562531; }

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

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

background-color css

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

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

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

border-color css

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

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

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