Html Css Color HEX #560A1F Bordeaux

📋 copy color: '#560A1F'

red 86 ◦ green 10 ◦ blue 31

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

Shades of Bordeaux #560A1F

Tints of Bordeaux #560A1F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.87%

 BLUE value IS 31 (12.5% from 255) = 24.41%

R = 67.72%
G = 7.87%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#560A1F (or 0x560A1F) is known color: Bordeaux. HEX triplet: 56, 0A and 1F. RGB value is (86,10,31). Sum of RGB (Red+Green+Blue) = 86+10+31=127 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.72% from 127); Green value is 10 (4.30% from 255 or 7.87% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 86 - color contains mainly: red. Hex color #560A1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560A1F is #A9F5E0. Grayscale: #232323. Windows color (decimal): -11138529 or 2034262. OLE color: 2034262.

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

Color convert

RGB 86 10 31 -
CMYK 0 0.88 0.64 0.66
HSL 343.42º 0.79% 0.19% -
HSV(B) 343.42º 0.88% 0.34% -
XYZ 4.19 2.29 1.52 -
YUV 35.12 125.68 164.29 -
System Red Green Blue C M Y K H S L
Decimal 86 10 31 0 0.88 0.64 0.66 343.42 0.79 0.19
Hex 56 A 1F 0 58 40 42 157 4F 13
Octal 126 12 37 0 130 100 102 527 117 23
Binary 1010110 1010 11111 0 1011000 1000000 1000010 101010111 1001111 10011

Color Harmonies of #560A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560A1F

Black with #560A1F

Text Example


Text Example

White with #560A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,10,31); }

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

background-color css

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

 a { background-color: rgb(86,10,31); }

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

border-color css

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

 span { border-color: rgb(86,10,31); }

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