Html Css Color HEX #561923 Bordeaux

📋 copy color: '#561923'

red 86 ◦ green 25 ◦ blue 35

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

Shades of Bordeaux #561923

Tints of Bordeaux #561923

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.12%

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

R = 58.9%
G = 17.12%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.66

RGB Variations

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

Color information

#561923 (or 0x561923) is known color: Bordeaux. HEX triplet: 56, 19 and 23. RGB value is (86,25,35). Sum of RGB (Red+Green+Blue) = 86+25+35=146 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.90% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 35 (14.06% from 255 or 23.97% from 146); Max value from RGB is 86 - color contains mainly: red. Hex color #561923 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561923 is #A9E6DC. Grayscale: #2C2C2C. Windows color (decimal): -11134685 or 2300246. OLE color: 2300246.

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

Color convert

RGB 86 25 35 -
CMYK 0 0.71 0.59 0.66
HSL 350.16º 0.55% 0.22% -
HSV(B) 350.16º 0.71% 0.34% -
XYZ 4.49 2.8 1.89 -
YUV 44.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 86 25 35 0 0.71 0.59 0.66 350.16 0.55 0.22
Hex 56 19 23 0 47 3B 42 15E 37 16
Octal 126 31 43 0 107 73 102 536 67 26
Binary 1010110 11001 100011 0 1000111 111011 1000010 101011110 110111 10110

Color Harmonies of #561923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561923

Black with #561923

Text Example


Text Example

White with #561923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561923; }

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

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

background-color css

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

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

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

border-color css

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

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

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