Html Css Color HEX #560318 Bordeaux

📋 copy color: '#560318'

red 86 ◦ green 3 ◦ blue 24

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

Shades of Bordeaux #560318

Tints of Bordeaux #560318

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.65%

 BLUE value IS 24 (9.77% from 255) = 21.24%

R = 76.11%
G = 2.65%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.66

RGB Variations

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

Color information

#560318 (or 0x560318) is known color: Bordeaux. HEX triplet: 56, 03 and 18. RGB value is (86,3,24). Sum of RGB (Red+Green+Blue) = 86+3+24=113 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.11% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 86 - color contains mainly: red. Hex color #560318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560318 is #A9FCE7. Grayscale: #1E1E1E. Windows color (decimal): -11140328 or 1573718. OLE color: 1573718.

HSL color Cylindrical-coordinate representation of color #560318: hue angle of 344.82º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #560318 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 3 24 -
CMYK 0 0.97 0.72 0.66
HSL 344.82º 0.93% 0.17% -
HSV(B) 344.82º 0.97% 0.34% -
XYZ 4.04 2.11 1.06 -
YUV 30.21 124.5 167.79 -
System Red Green Blue C M Y K H S L
Decimal 86 3 24 0 0.97 0.72 0.66 344.82 0.93 0.17
Hex 56 3 18 0 61 48 42 159 5D 11
Octal 126 3 30 0 141 110 102 531 135 21
Binary 1010110 11 11000 0 1100001 1001000 1000010 101011001 1011101 10001

Color Harmonies of #560318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560318

Black with #560318

Text Example


Text Example

White with #560318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560318; }

 p { color: rgb(86,3,24); }

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

background-color css

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

 a { background-color: rgb(86,3,24); }

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

border-color css

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

 span { border-color: rgb(86,3,24); }

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