Html Css Color HEX #561526 Bordeaux

📋 copy color: '#561526'

red 86 ◦ green 21 ◦ blue 38

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

Shades of Bordeaux #561526

Tints of Bordeaux #561526

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.48%

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

R = 59.31%
G = 14.48%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.66

RGB Variations

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

Color information

#561526 (or 0x561526) is known color: Bordeaux. HEX triplet: 56, 15 and 26. RGB value is (86,21,38). Sum of RGB (Red+Green+Blue) = 86+21+38=145 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.31% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 86 - color contains mainly: red. Hex color #561526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561526 is #A9EAD9. Grayscale: #2A2A2A. Windows color (decimal): -11135706 or 2495830. OLE color: 2495830.

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

Color convert

RGB 86 21 38 -
CMYK 0 0.76 0.56 0.66
HSL 344.31º 0.61% 0.21% -
HSV(B) 344.31º 0.76% 0.34% -
XYZ 4.46 2.65 2.11 -
YUV 42.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 86 21 38 0 0.76 0.56 0.66 344.31 0.61 0.21
Hex 56 15 26 0 4C 38 42 158 3D 15
Octal 126 25 46 0 114 70 102 530 75 25
Binary 1010110 10101 100110 0 1001100 111000 1000010 101011000 111101 10101

Color Harmonies of #561526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561526

Black with #561526

Text Example


Text Example

White with #561526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561526; }

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

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

background-color css

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

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

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

border-color css

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

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

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