Html Css Color HEX #561323 Bordeaux

📋 copy color: '#561323'

red 86 ◦ green 19 ◦ blue 35

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

Shades of Bordeaux #561323

Tints of Bordeaux #561323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.57%

 BLUE value IS 35 (14.06% from 255) = 25%

R = 61.43%
G = 13.57%
B = 25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.66

RGB Variations

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

Color information

#561323 (or 0x561323) is known color: Bordeaux. HEX triplet: 56, 13 and 23. RGB value is (86,19,35). Sum of RGB (Red+Green+Blue) = 86+19+35=140 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.43% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 35 (14.06% from 255 or 25% from 140); Max value from RGB is 86 - color contains mainly: red. Hex color #561323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561323 is #A9ECDC. Grayscale: #282828. Windows color (decimal): -11136221 or 2298710. OLE color: 2298710.

HSL color Cylindrical-coordinate representation of color #561323: hue angle of 345.67º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #561323 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 19 35 -
CMYK 0 0.78 0.59 0.66
HSL 345.67º 0.64% 0.21% -
HSV(B) 345.67º 0.78% 0.34% -
XYZ 4.37 2.57 1.85 -
YUV 40.86 124.7 160.2 -
System Red Green Blue C M Y K H S L
Decimal 86 19 35 0 0.78 0.59 0.66 345.67 0.64 0.21
Hex 56 13 23 0 4E 3B 42 15A 40 15
Octal 126 23 43 0 116 73 102 532 100 25
Binary 1010110 10011 100011 0 1001110 111011 1000010 101011010 1000000 10101

Color Harmonies of #561323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561323

Black with #561323

Text Example


Text Example

White with #561323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561323; }

 p { color: rgb(86,19,35); }

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

background-color css

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

 a { background-color: rgb(86,19,35); }

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

border-color css

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

 span { border-color: rgb(86,19,35); }

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