Html Css Color HEX #561127 Bordeaux

📋 copy color: '#561127'

red 86 ◦ green 17 ◦ blue 39

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

Shades of Bordeaux #561127

Tints of Bordeaux #561127

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.97%

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

R = 60.56%
G = 11.97%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.66

RGB Variations

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

Color information

#561127 (or 0x561127) is known color: Bordeaux. HEX triplet: 56, 11 and 27. RGB value is (86,17,39). Sum of RGB (Red+Green+Blue) = 86+17+39=142 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.56% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 39 (15.62% from 255 or 27.46% from 142); Max value from RGB is 86 - color contains mainly: red. Hex color #561127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561127 is #A9EED8. Grayscale: #282828. Windows color (decimal): -11136729 or 2560342. OLE color: 2560342.

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

Color convert

RGB 86 17 39 -
CMYK 0 0.80 0.55 0.66
HSL 340.87º 0.67% 0.2% -
HSV(B) 340.87º 0.8% 0.34% -
XYZ 4.4 2.53 2.17 -
YUV 40.14 127.36 160.71 -
System Red Green Blue C M Y K H S L
Decimal 86 17 39 0 0.80 0.55 0.66 340.87 0.67 0.2
Hex 56 11 27 0 50 37 42 155 43 14
Octal 126 21 47 0 120 67 102 525 103 24
Binary 1010110 10001 100111 0 1010000 110111 1000010 101010101 1000011 10100

Color Harmonies of #561127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561127

Black with #561127

Text Example


Text Example

White with #561127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561127; }

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

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

background-color css

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

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

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

border-color css

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

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

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