Html Css Color HEX #561C25 Bordeaux

📋 copy color: '#561C25'

red 86 ◦ green 28 ◦ blue 37

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

Shades of Bordeaux #561C25

Tints of Bordeaux #561C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 24.5%

R = 56.95%
G = 18.54%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.66

RGB Variations

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

Color information

#561C25 (or 0x561C25) is known color: Bordeaux. HEX triplet: 56, 1C and 25. RGB value is (86,28,37). Sum of RGB (Red+Green+Blue) = 86+28+37=151 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.95% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 86 - color contains mainly: red. Hex color #561C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561C25 is #A9E3DA. Grayscale: #2E2E2E. Windows color (decimal): -11133915 or 2432086. OLE color: 2432086.

HSL color Cylindrical-coordinate representation of color #561C25: hue angle of 350.69º 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 #561C25 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 28 37 -
CMYK 0 0.67 0.57 0.66
HSL 350.69º 0.51% 0.22% -
HSV(B) 350.69º 0.67% 0.34% -
XYZ 4.59 2.94 2.08 -
YUV 46.37 122.72 156.27 -
System Red Green Blue C M Y K H S L
Decimal 86 28 37 0 0.67 0.57 0.66 350.69 0.51 0.22
Hex 56 1C 25 0 43 39 42 15F 33 16
Octal 126 34 45 0 103 71 102 537 63 26
Binary 1010110 11100 100101 0 1000011 111001 1000010 101011111 110011 10110

Color Harmonies of #561C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561C25

Black with #561C25

Text Example


Text Example

White with #561C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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