Html Css Color HEX #561822 Bordeaux

📋 copy color: '#561822'

red 86 ◦ green 24 ◦ blue 34

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

Shades of Bordeaux #561822

Tints of Bordeaux #561822

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.67%

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

R = 59.72%
G = 16.67%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#561822 (or 0x561822) is known color: Bordeaux. HEX triplet: 56, 18 and 22. RGB value is (86,24,34). Sum of RGB (Red+Green+Blue) = 86+24+34=144 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.72% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 86 - color contains mainly: red. Hex color #561822 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561822 is #A9E7DD. Grayscale: #2B2B2B. Windows color (decimal): -11134942 or 2234454. OLE color: 2234454.

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

Color convert

RGB 86 24 34 -
CMYK 0 0.72 0.60 0.66
HSL 350.32º 0.56% 0.22% -
HSV(B) 350.32º 0.72% 0.34% -
XYZ 4.45 2.75 1.81 -
YUV 43.68 122.54 158.19 -
System Red Green Blue C M Y K H S L
Decimal 86 24 34 0 0.72 0.60 0.66 350.32 0.56 0.22
Hex 56 18 22 0 48 3C 42 15E 38 16
Octal 126 30 42 0 110 74 102 536 70 26
Binary 1010110 11000 100010 0 1001000 111100 1000010 101011110 111000 10110

Color Harmonies of #561822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561822

Black with #561822

Text Example


Text Example

White with #561822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561822; }

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

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

background-color css

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

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

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

border-color css

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

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

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