Html Css Color HEX #561821 Bordeaux

📋 copy color: '#561821'

red 86 ◦ green 24 ◦ blue 33

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

Shades of Bordeaux #561821

Tints of Bordeaux #561821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 23.08%

R = 60.14%
G = 16.78%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.66

RGB Variations

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

Color information

#561821 (or 0x561821) is known color: Bordeaux. HEX triplet: 56, 18 and 21. RGB value is (86,24,33). Sum of RGB (Red+Green+Blue) = 86+24+33=143 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.14% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 86 - color contains mainly: red. Hex color #561821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561821 is #A9E7DE. Grayscale: #2B2B2B. Windows color (decimal): -11134943 or 2168918. OLE color: 2168918.

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

Color convert

RGB 86 24 33 -
CMYK 0 0.72 0.62 0.66
HSL 351.29º 0.56% 0.22% -
HSV(B) 351.29º 0.72% 0.34% -
XYZ 4.44 2.74 1.73 -
YUV 43.56 122.04 158.27 -
System Red Green Blue C M Y K H S L
Decimal 86 24 33 0 0.72 0.62 0.66 351.29 0.56 0.22
Hex 56 18 21 0 48 3E 42 15F 38 16
Octal 126 30 41 0 110 76 102 537 70 26
Binary 1010110 11000 100001 0 1001000 111110 1000010 101011111 111000 10110

Color Harmonies of #561821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561821

Black with #561821

Text Example


Text Example

White with #561821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561821; }

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

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

background-color css

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

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

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

border-color css

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

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

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