Html Css Color HEX #561728 Bordeaux

📋 copy color: '#561728'

red 86 ◦ green 23 ◦ blue 40

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

Shades of Bordeaux #561728

Tints of Bordeaux #561728

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.44%

 BLUE value IS 40 (16.02% from 255) = 26.85%

R = 57.72%
G = 15.44%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#561728 (or 0x561728) is known color: Bordeaux. HEX triplet: 56, 17 and 28. RGB value is (86,23,40). Sum of RGB (Red+Green+Blue) = 86+23+40=149 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.72% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 86 - color contains mainly: red. Hex color #561728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561728 is #A9E8D7. Grayscale: #2B2B2B. Windows color (decimal): -11135192 or 2627414. OLE color: 2627414.

HSL color Cylindrical-coordinate representation of color #561728: hue angle of 343.81º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #561728 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 23 40 -
CMYK 0 0.73 0.53 0.66
HSL 343.81º 0.58% 0.21% -
HSV(B) 343.81º 0.73% 0.34% -
XYZ 4.53 2.74 2.3 -
YUV 43.78 125.87 158.12 -
System Red Green Blue C M Y K H S L
Decimal 86 23 40 0 0.73 0.53 0.66 343.81 0.58 0.21
Hex 56 17 28 0 49 35 42 158 3A 15
Octal 126 27 50 0 111 65 102 530 72 25
Binary 1010110 10111 101000 0 1001001 110101 1000010 101011000 111010 10101

Color Harmonies of #561728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561728

Black with #561728

Text Example


Text Example

White with #561728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561728; }

 p { color: rgb(86,23,40); }

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

background-color css

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

 a { background-color: rgb(86,23,40); }

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

border-color css

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

 span { border-color: rgb(86,23,40); }

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