Html Css Color HEX #561223 Bordeaux

📋 copy color: '#561223'

red 86 ◦ green 18 ◦ blue 35

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

Shades of Bordeaux #561223

Tints of Bordeaux #561223

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.95%

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

R = 61.87%
G = 12.95%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.66

RGB Variations

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

Color information

#561223 (or 0x561223) is known color: Bordeaux. HEX triplet: 56, 12 and 23. RGB value is (86,18,35). Sum of RGB (Red+Green+Blue) = 86+18+35=139 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.87% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 86 - color contains mainly: red. Hex color #561223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561223 is #A9EDDC. Grayscale: #282828. Windows color (decimal): -11136477 or 2298454. OLE color: 2298454.

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

Color convert

RGB 86 18 35 -
CMYK 0 0.79 0.59 0.66
HSL 345º 0.65% 0.2% -
HSV(B) 345º 0.79% 0.34% -
XYZ 4.36 2.53 1.85 -
YUV 40.27 125.03 160.62 -
System Red Green Blue C M Y K H S L
Decimal 86 18 35 0 0.79 0.59 0.66 345 0.65 0.2
Hex 56 12 23 0 4F 3B 42 159 41 14
Octal 126 22 43 0 117 73 102 531 101 24
Binary 1010110 10010 100011 0 1001111 111011 1000010 101011001 1000001 10100

Color Harmonies of #561223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561223

Black with #561223

Text Example


Text Example

White with #561223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561223; }

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

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

background-color css

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

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

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

border-color css

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

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

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