Html Css Color HEX #561627 Bordeaux

📋 copy color: '#561627'

red 86 ◦ green 22 ◦ blue 39

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

Shades of Bordeaux #561627

Tints of Bordeaux #561627

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.97%

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

R = 58.5%
G = 14.97%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.66

RGB Variations

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

Color information

#561627 (or 0x561627) is known color: Bordeaux. HEX triplet: 56, 16 and 27. RGB value is (86,22,39). Sum of RGB (Red+Green+Blue) = 86+22+39=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 39 (15.62% from 255 or 26.53% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #561627 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561627 is #A9E9D8. Grayscale: #2B2B2B. Windows color (decimal): -11135449 or 2561622. OLE color: 2561622.

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

Color convert

RGB 86 22 39 -
CMYK 0 0.74 0.55 0.66
HSL 344.06º 0.59% 0.21% -
HSV(B) 344.06º 0.74% 0.34% -
XYZ 4.49 2.7 2.2 -
YUV 43.07 125.7 158.62 -
System Red Green Blue C M Y K H S L
Decimal 86 22 39 0 0.74 0.55 0.66 344.06 0.59 0.21
Hex 56 16 27 0 4A 37 42 158 3B 15
Octal 126 26 47 0 112 67 102 530 73 25
Binary 1010110 10110 100111 0 1001010 110111 1000010 101011000 111011 10101

Color Harmonies of #561627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561627

Black with #561627

Text Example


Text Example

White with #561627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561627; }

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

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

background-color css

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

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

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

border-color css

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

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

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