Html Css Color HEX #561422 Bordeaux

📋 copy color: '#561422'

red 86 ◦ green 20 ◦ blue 34

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

Shades of Bordeaux #561422

Tints of Bordeaux #561422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 24.29%

R = 61.43%
G = 14.29%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#561422 (or 0x561422) is known color: Bordeaux. HEX triplet: 56, 14 and 22. RGB value is (86,20,34). Sum of RGB (Red+Green+Blue) = 86+20+34=140 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.43% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 34 (13.67% from 255 or 24.29% from 140); Max value from RGB is 86 - color contains mainly: red. Hex color #561422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561422 is #A9EBDD. Grayscale: #292929. Windows color (decimal): -11135966 or 2233430. OLE color: 2233430.

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

Color convert

RGB 86 20 34 -
CMYK 0 0.77 0.60 0.66
HSL 347.27º 0.62% 0.21% -
HSV(B) 347.27º 0.77% 0.34% -
XYZ 4.38 2.59 1.78 -
YUV 41.33 123.87 159.86 -
System Red Green Blue C M Y K H S L
Decimal 86 20 34 0 0.77 0.60 0.66 347.27 0.62 0.21
Hex 56 14 22 0 4D 3C 42 15B 3E 15
Octal 126 24 42 0 115 74 102 533 76 25
Binary 1010110 10100 100010 0 1001101 111100 1000010 101011011 111110 10101

Color Harmonies of #561422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561422

Black with #561422

Text Example


Text Example

White with #561422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561422; }

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

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

background-color css

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

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

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

border-color css

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

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

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