Html Css Color HEX #561B27 Bordeaux

📋 copy color: '#561B27'

red 86 ◦ green 27 ◦ blue 39

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

Shades of Bordeaux #561B27

Tints of Bordeaux #561B27

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.76%

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

R = 56.58%
G = 17.76%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.66

RGB Variations

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

Color information

#561B27 (or 0x561B27) is known color: Bordeaux. HEX triplet: 56, 1B and 27. RGB value is (86,27,39). Sum of RGB (Red+Green+Blue) = 86+27+39=152 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.58% from 152); Green value is 27 (10.94% from 255 or 17.76% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 86 - color contains mainly: red. Hex color #561B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561B27 is #A9E4D8. Grayscale: #2E2E2E. Windows color (decimal): -11134169 or 2562902. OLE color: 2562902.

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

Color convert

RGB 86 27 39 -
CMYK 0 0.69 0.55 0.66
HSL 347.8º 0.52% 0.22% -
HSV(B) 347.8º 0.69% 0.34% -
XYZ 4.6 2.91 2.24 -
YUV 46.01 124.05 156.52 -
System Red Green Blue C M Y K H S L
Decimal 86 27 39 0 0.69 0.55 0.66 347.8 0.52 0.22
Hex 56 1B 27 0 45 37 42 15C 34 16
Octal 126 33 47 0 105 67 102 534 64 26
Binary 1010110 11011 100111 0 1000101 110111 1000010 101011100 110100 10110

Color Harmonies of #561B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561B27

Black with #561B27

Text Example


Text Example

White with #561B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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