Html Css Color HEX #561D28 Bordeaux

📋 copy color: '#561D28'

red 86 ◦ green 29 ◦ blue 40

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

Shades of Bordeaux #561D28

Tints of Bordeaux #561D28

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.71%

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

R = 55.48%
G = 18.71%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#561D28 (or 0x561D28) is known color: Bordeaux. HEX triplet: 56, 1D and 28. RGB value is (86,29,40). Sum of RGB (Red+Green+Blue) = 86+29+40=155 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.48% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 86 - color contains mainly: red. Hex color #561D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561D28 is #A9E2D7. Grayscale: #2F2F2F. Windows color (decimal): -11133656 or 2628950. OLE color: 2628950.

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

Color convert

RGB 86 29 40 -
CMYK 0 0.66 0.53 0.66
HSL 348.42º 0.5% 0.23% -
HSV(B) 348.42º 0.66% 0.34% -
XYZ 4.66 3.01 2.34 -
YUV 47.3 123.88 155.61 -
System Red Green Blue C M Y K H S L
Decimal 86 29 40 0 0.66 0.53 0.66 348.42 0.5 0.23
Hex 56 1D 28 0 42 35 42 15C 32 17
Octal 126 35 50 0 102 65 102 534 62 27
Binary 1010110 11101 101000 0 1000010 110101 1000010 101011100 110010 10111

Color Harmonies of #561D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561D28

Black with #561D28

Text Example


Text Example

White with #561D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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