Html Css Color HEX #561828 Bordeaux

📋 copy color: '#561828'

red 86 ◦ green 24 ◦ blue 40

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

Shades of Bordeaux #561828

Tints of Bordeaux #561828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16%

 BLUE value IS 40 (16.02% from 255) = 26.67%

R = 57.33%
G = 16%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#561828 (or 0x561828) is known color: Bordeaux. HEX triplet: 56, 18 and 28. RGB value is (86,24,40). Sum of RGB (Red+Green+Blue) = 86+24+40=150 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.33% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 86 - color contains mainly: red. Hex color #561828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561828 is #A9E7D7. Grayscale: #2C2C2C. Windows color (decimal): -11134936 or 2627670. OLE color: 2627670.

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

Color convert

RGB 86 24 40 -
CMYK 0 0.72 0.53 0.66
HSL 344.52º 0.56% 0.22% -
HSV(B) 344.52º 0.72% 0.34% -
XYZ 4.55 2.78 2.31 -
YUV 44.36 125.54 157.7 -
System Red Green Blue C M Y K H S L
Decimal 86 24 40 0 0.72 0.53 0.66 344.52 0.56 0.22
Hex 56 18 28 0 48 35 42 159 38 16
Octal 126 30 50 0 110 65 102 531 70 26
Binary 1010110 11000 101000 0 1001000 110101 1000010 101011001 111000 10110

Color Harmonies of #561828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561828

Black with #561828

Text Example


Text Example

White with #561828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561828; }

 p { color: rgb(86,24,40); }

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

background-color css

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

 a { background-color: rgb(86,24,40); }

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

border-color css

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

 span { border-color: rgb(86,24,40); }

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