Html Css Color HEX #561722 Bordeaux

📋 copy color: '#561722'

red 86 ◦ green 23 ◦ blue 34

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

Shades of Bordeaux #561722

Tints of Bordeaux #561722

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.08%

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

R = 60.14%
G = 16.08%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#561722 (or 0x561722) is known color: Bordeaux. HEX triplet: 56, 17 and 22. RGB value is (86,23,34). Sum of RGB (Red+Green+Blue) = 86+23+34=143 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.14% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 34 (13.67% from 255 or 23.78% from 143); Max value from RGB is 86 - color contains mainly: red. Hex color #561722 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561722 is #A9E8DD. Grayscale: #2B2B2B. Windows color (decimal): -11135198 or 2234198. OLE color: 2234198.

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

Color convert

RGB 86 23 34 -
CMYK 0 0.73 0.60 0.66
HSL 349.52º 0.58% 0.21% -
HSV(B) 349.52º 0.73% 0.34% -
XYZ 4.43 2.71 1.8 -
YUV 43.09 122.87 158.61 -
System Red Green Blue C M Y K H S L
Decimal 86 23 34 0 0.73 0.60 0.66 349.52 0.58 0.21
Hex 56 17 22 0 49 3C 42 15E 3A 15
Octal 126 27 42 0 111 74 102 536 72 25
Binary 1010110 10111 100010 0 1001001 111100 1000010 101011110 111010 10101

Color Harmonies of #561722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561722

Black with #561722

Text Example


Text Example

White with #561722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561722; }

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

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

background-color css

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

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

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

border-color css

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

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

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