Html Css Color HEX #561C26 Bordeaux

📋 copy color: '#561C26'

red 86 ◦ green 28 ◦ blue 38

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

Shades of Bordeaux #561C26

Tints of Bordeaux #561C26

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.42%

 BLUE value IS 38 (15.23% from 255) = 25%

R = 56.58%
G = 18.42%
B = 25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.66

RGB Variations

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

Color information

#561C26 (or 0x561C26) is known color: Bordeaux. HEX triplet: 56, 1C and 26. RGB value is (86,28,38). Sum of RGB (Red+Green+Blue) = 86+28+38=152 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.58% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 86 - color contains mainly: red. Hex color #561C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561C26 is #A9E3D9. Grayscale: #2E2E2E. Windows color (decimal): -11133914 or 2497622. OLE color: 2497622.

HSL color Cylindrical-coordinate representation of color #561C26: hue angle of 349.66º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #561C26 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 28 38 -
CMYK 0 0.67 0.56 0.66
HSL 349.66º 0.51% 0.22% -
HSV(B) 349.66º 0.67% 0.34% -
XYZ 4.6 2.95 2.16 -
YUV 46.48 123.22 156.19 -
System Red Green Blue C M Y K H S L
Decimal 86 28 38 0 0.67 0.56 0.66 349.66 0.51 0.22
Hex 56 1C 26 0 43 38 42 15E 33 16
Octal 126 34 46 0 103 70 102 536 63 26
Binary 1010110 11100 100110 0 1000011 111000 1000010 101011110 110011 10110

Color Harmonies of #561C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561C26

Black with #561C26

Text Example


Text Example

White with #561C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561C26; }

 p { color: rgb(86,28,38); }

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

background-color css

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

 a { background-color: rgb(86,28,38); }

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

border-color css

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

 span { border-color: rgb(86,28,38); }

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