Html Css Color HEX #561027 Bordeaux

📋 copy color: '#561027'

red 86 ◦ green 16 ◦ blue 39

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

Shades of Bordeaux #561027

Tints of Bordeaux #561027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.35%

 BLUE value IS 39 (15.63% from 255) = 27.66%

R = 60.99%
G = 11.35%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.66

RGB Variations

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

Color information

#561027 (or 0x561027) is known color: Bordeaux. HEX triplet: 56, 10 and 27. RGB value is (86,16,39). Sum of RGB (Red+Green+Blue) = 86+16+39=141 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.99% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 86 - color contains mainly: red. Hex color #561027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561027 is #A9EFD8. Grayscale: #272727. Windows color (decimal): -11136985 or 2560086. OLE color: 2560086.

HSL color Cylindrical-coordinate representation of color #561027: hue angle of 340.29º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #561027 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 16 39 -
CMYK 0 0.81 0.55 0.66
HSL 340.29º 0.69% 0.2% -
HSV(B) 340.29º 0.81% 0.34% -
XYZ 4.39 2.5 2.17 -
YUV 39.55 127.69 161.13 -
System Red Green Blue C M Y K H S L
Decimal 86 16 39 0 0.81 0.55 0.66 340.29 0.69 0.2
Hex 56 10 27 0 51 37 42 154 45 14
Octal 126 20 47 0 121 67 102 524 105 24
Binary 1010110 10000 100111 0 1010001 110111 1000010 101010100 1000101 10100

Color Harmonies of #561027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561027

Black with #561027

Text Example


Text Example

White with #561027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561027; }

 p { color: rgb(86,16,39); }

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

background-color css

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

 a { background-color: rgb(86,16,39); }

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

border-color css

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

 span { border-color: rgb(86,16,39); }

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