Html Css Color HEX #561927 Bordeaux

📋 copy color: '#561927'

red 86 ◦ green 25 ◦ blue 39

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

Shades of Bordeaux #561927

Tints of Bordeaux #561927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 26%

R = 57.33%
G = 16.67%
B = 26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.66

RGB Variations

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

Color information

#561927 (or 0x561927) is known color: Bordeaux. HEX triplet: 56, 19 and 27. RGB value is (86,25,39). Sum of RGB (Red+Green+Blue) = 86+25+39=150 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.33% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 86 - color contains mainly: red. Hex color #561927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561927 is #A9E6D8. Grayscale: #2C2C2C. Windows color (decimal): -11134681 or 2562390. OLE color: 2562390.

HSL color Cylindrical-coordinate representation of color #561927: hue angle of 346.23º 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 #561927 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 25 39 -
CMYK 0 0.71 0.55 0.66
HSL 346.23º 0.55% 0.22% -
HSV(B) 346.23º 0.71% 0.34% -
XYZ 4.55 2.82 2.22 -
YUV 44.84 124.71 157.36 -
System Red Green Blue C M Y K H S L
Decimal 86 25 39 0 0.71 0.55 0.66 346.23 0.55 0.22
Hex 56 19 27 0 47 37 42 15A 37 16
Octal 126 31 47 0 107 67 102 532 67 26
Binary 1010110 11001 100111 0 1000111 110111 1000010 101011010 110111 10110

Color Harmonies of #561927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561927

Black with #561927

Text Example


Text Example

White with #561927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561927; }

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

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

background-color css

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

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

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

border-color css

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

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

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