Html Css Color HEX #561429 Bordeaux

📋 copy color: '#561429'

red 86 ◦ green 20 ◦ blue 41

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

Shades of Bordeaux #561429

Tints of Bordeaux #561429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.61%

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

R = 58.5%
G = 13.61%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#561429 (or 0x561429) is known color: Bordeaux. HEX triplet: 56, 14 and 29. RGB value is (86,20,41). Sum of RGB (Red+Green+Blue) = 86+20+41=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #561429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561429 is #A9EBD6. Grayscale: #2A2A2A. Windows color (decimal): -11135959 or 2692182. OLE color: 2692182.

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

Color convert

RGB 86 20 41 -
CMYK 0 0.77 0.52 0.66
HSL 340.91º 0.62% 0.21% -
HSV(B) 340.91º 0.77% 0.34% -
XYZ 4.49 2.64 2.37 -
YUV 42.13 127.37 159.29 -
System Red Green Blue C M Y K H S L
Decimal 86 20 41 0 0.77 0.52 0.66 340.91 0.62 0.21
Hex 56 14 29 0 4D 34 42 155 3E 15
Octal 126 24 51 0 115 64 102 525 76 25
Binary 1010110 10100 101001 0 1001101 110100 1000010 101010101 111110 10101

Color Harmonies of #561429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561429

Black with #561429

Text Example


Text Example

White with #561429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561429; }

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

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

background-color css

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

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

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

border-color css

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

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

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