Html Css Color HEX #561420 Bordeaux

📋 copy color: '#561420'

red 86 ◦ green 20 ◦ blue 32

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

Shades of Bordeaux #561420

Tints of Bordeaux #561420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 23.19%

R = 62.32%
G = 14.49%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#561420 (or 0x561420) is known color: Bordeaux. HEX triplet: 56, 14 and 20. RGB value is (86,20,32). Sum of RGB (Red+Green+Blue) = 86+20+32=138 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.32% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 86 - color contains mainly: red. Hex color #561420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561420 is #A9EBDF. Grayscale: #292929. Windows color (decimal): -11135968 or 2102358. OLE color: 2102358.

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

Color convert

RGB 86 20 32 -
CMYK 0 0.77 0.63 0.66
HSL 349.09º 0.62% 0.21% -
HSV(B) 349.09º 0.77% 0.34% -
XYZ 4.35 2.58 1.64 -
YUV 41.1 122.87 160.02 -
System Red Green Blue C M Y K H S L
Decimal 86 20 32 0 0.77 0.63 0.66 349.09 0.62 0.21
Hex 56 14 20 0 4D 3F 42 15D 3E 15
Octal 126 24 40 0 115 77 102 535 76 25
Binary 1010110 10100 100000 0 1001101 111111 1000010 101011101 111110 10101

Color Harmonies of #561420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561420

Black with #561420

Text Example


Text Example

White with #561420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561420; }

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

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

background-color css

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

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

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

border-color css

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

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

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