Html Css Color HEX #561B28 Bordeaux

📋 copy color: '#561B28'

red 86 ◦ green 27 ◦ blue 40

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

Shades of Bordeaux #561B28

Tints of Bordeaux #561B28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 26.14%

R = 56.21%
G = 17.65%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#561B28 (or 0x561B28) is known color: Bordeaux. HEX triplet: 56, 1B and 28. RGB value is (86,27,40). Sum of RGB (Red+Green+Blue) = 86+27+40=153 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.21% from 153); Green value is 27 (10.94% from 255 or 17.65% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 86 - color contains mainly: red. Hex color #561B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561B28 is #A9E4D7. Grayscale: #2E2E2E. Windows color (decimal): -11134168 or 2628438. OLE color: 2628438.

HSL color Cylindrical-coordinate representation of color #561B28: hue angle of 346.78º 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 #561B28 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 27 40 -
CMYK 0 0.69 0.53 0.66
HSL 346.78º 0.52% 0.22% -
HSV(B) 346.78º 0.69% 0.34% -
XYZ 4.61 2.92 2.33 -
YUV 46.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 86 27 40 0 0.69 0.53 0.66 346.78 0.52 0.22
Hex 56 1B 28 0 45 35 42 15B 34 16
Octal 126 33 50 0 105 65 102 533 64 26
Binary 1010110 11011 101000 0 1000101 110101 1000010 101011011 110100 10110

Color Harmonies of #561B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561B28

Black with #561B28

Text Example


Text Example

White with #561B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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