Html Css Color HEX #561626 Bordeaux

📋 copy color: '#561626'

red 86 ◦ green 22 ◦ blue 38

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

Shades of Bordeaux #561626

Tints of Bordeaux #561626

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.07%

 BLUE value IS 38 (15.23% from 255) = 26.03%

R = 58.9%
G = 15.07%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.66

RGB Variations

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

Color information

#561626 (or 0x561626) is known color: Bordeaux. HEX triplet: 56, 16 and 26. RGB value is (86,22,38). Sum of RGB (Red+Green+Blue) = 86+22+38=146 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.90% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 38 (15.23% from 255 or 26.03% from 146); Max value from RGB is 86 - color contains mainly: red. Hex color #561626 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561626 is #A9E9D9. Grayscale: #2A2A2A. Windows color (decimal): -11135450 or 2496086. OLE color: 2496086.

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

Color convert

RGB 86 22 38 -
CMYK 0 0.74 0.56 0.66
HSL 345º 0.59% 0.21% -
HSV(B) 345º 0.74% 0.34% -
XYZ 4.47 2.69 2.12 -
YUV 42.96 125.2 158.7 -
System Red Green Blue C M Y K H S L
Decimal 86 22 38 0 0.74 0.56 0.66 345 0.59 0.21
Hex 56 16 26 0 4A 38 42 159 3B 15
Octal 126 26 46 0 112 70 102 531 73 25
Binary 1010110 10110 100110 0 1001010 111000 1000010 101011001 111011 10101

Color Harmonies of #561626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561626

Black with #561626

Text Example


Text Example

White with #561626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561626; }

 p { color: rgb(86,22,38); }

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

background-color css

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

 a { background-color: rgb(86,22,38); }

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

border-color css

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

 span { border-color: rgb(86,22,38); }

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