Html Css Color HEX #561523 Bordeaux

📋 copy color: '#561523'

red 86 ◦ green 21 ◦ blue 35

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

Shades of Bordeaux #561523

Tints of Bordeaux #561523

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.79%

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

R = 60.56%
G = 14.79%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.66

RGB Variations

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

Color information

#561523 (or 0x561523) is known color: Bordeaux. HEX triplet: 56, 15 and 23. RGB value is (86,21,35). Sum of RGB (Red+Green+Blue) = 86+21+35=142 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.56% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 35 (14.06% from 255 or 24.65% from 142); Max value from RGB is 86 - color contains mainly: red. Hex color #561523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561523 is #A9EADC. Grayscale: #2A2A2A. Windows color (decimal): -11135709 or 2299222. OLE color: 2299222.

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

Color convert

RGB 86 21 35 -
CMYK 0 0.76 0.59 0.66
HSL 347.08º 0.61% 0.21% -
HSV(B) 347.08º 0.76% 0.34% -
XYZ 4.41 2.64 1.87 -
YUV 42.03 124.03 159.36 -
System Red Green Blue C M Y K H S L
Decimal 86 21 35 0 0.76 0.59 0.66 347.08 0.61 0.21
Hex 56 15 23 0 4C 3B 42 15B 3D 15
Octal 126 25 43 0 114 73 102 533 75 25
Binary 1010110 10101 100011 0 1001100 111011 1000010 101011011 111101 10101

Color Harmonies of #561523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561523

Black with #561523

Text Example


Text Example

White with #561523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561523; }

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

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

background-color css

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

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

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

border-color css

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

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

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