Html Css Color HEX #561C29 Bordeaux

📋 copy color: '#561C29'

red 86 ◦ green 28 ◦ blue 41

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

Shades of Bordeaux #561C29

Tints of Bordeaux #561C29

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.06%

 BLUE value IS 41 (16.41% from 255) = 26.45%

R = 55.48%
G = 18.06%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#561C29 (or 0x561C29) is known color: Bordeaux. HEX triplet: 56, 1C and 29. RGB value is (86,28,41). Sum of RGB (Red+Green+Blue) = 86+28+41=155 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.48% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 86 - color contains mainly: red. Hex color #561C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561C29 is #A9E3D6. Grayscale: #2E2E2E. Windows color (decimal): -11133911 or 2694230. OLE color: 2694230.

HSL color Cylindrical-coordinate representation of color #561C29: hue angle of 346.55º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #561C29 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 28 41 -
CMYK 0 0.67 0.52 0.66
HSL 346.55º 0.51% 0.22% -
HSV(B) 346.55º 0.67% 0.34% -
XYZ 4.65 2.97 2.43 -
YUV 46.82 124.72 155.94 -
System Red Green Blue C M Y K H S L
Decimal 86 28 41 0 0.67 0.52 0.66 346.55 0.51 0.22
Hex 56 1C 29 0 43 34 42 15B 33 16
Octal 126 34 51 0 103 64 102 533 63 26
Binary 1010110 11100 101001 0 1000011 110100 1000010 101011011 110011 10110

Color Harmonies of #561C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561C29

Black with #561C29

Text Example


Text Example

White with #561C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,28,41); }

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

background-color css

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

 a { background-color: rgb(86,28,41); }

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

border-color css

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

 span { border-color: rgb(86,28,41); }

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