Html Css Color HEX #560D21 Bordeaux

📋 copy color: '#560D21'

red 86 ◦ green 13 ◦ blue 33

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

Shades of Bordeaux #560D21

Tints of Bordeaux #560D21

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.85%

 BLUE value IS 33 (13.28% from 255) = 25%

R = 65.15%
G = 9.85%
B = 25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.66

RGB Variations

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

Color information

#560D21 (or 0x560D21) is known color: Bordeaux. HEX triplet: 56, 0D and 21. RGB value is (86,13,33). Sum of RGB (Red+Green+Blue) = 86+13+33=132 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.15% from 132); Green value is 13 (5.47% from 255 or 9.85% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 86 - color contains mainly: red. Hex color #560D21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560D21 is #A9F2DE. Grayscale: #252525. Windows color (decimal): -11137759 or 2166102. OLE color: 2166102.

HSL color Cylindrical-coordinate representation of color #560D21: hue angle of 343.56º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #560D21 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 13 33 -
CMYK 0 0.85 0.62 0.66
HSL 343.56º 0.74% 0.19% -
HSV(B) 343.56º 0.85% 0.34% -
XYZ 4.26 2.38 1.67 -
YUV 37.11 125.68 162.87 -
System Red Green Blue C M Y K H S L
Decimal 86 13 33 0 0.85 0.62 0.66 343.56 0.74 0.19
Hex 56 D 21 0 55 3E 42 158 4A 13
Octal 126 15 41 0 125 76 102 530 112 23
Binary 1010110 1101 100001 0 1010101 111110 1000010 101011000 1001010 10011

Color Harmonies of #560D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560D21

Black with #560D21

Text Example


Text Example

White with #560D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560D21; }

 p { color: rgb(86,13,33); }

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

background-color css

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

 a { background-color: rgb(86,13,33); }

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

border-color css

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

 span { border-color: rgb(86,13,33); }

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