Html Css Color HEX #551016 Bordeaux

📋 copy color: '#551016'

red 85 ◦ green 16 ◦ blue 22

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

Shades of Bordeaux #551016

Tints of Bordeaux #551016

RGB

 RED value IS 85 (33.59% from 255) = 69.11%

 GREEN value IS 16 (6.64% from 255) = 13.01%

 BLUE value IS 22 (8.98% from 255) = 17.89%

R = 69.11%
G = 13.01%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#551016 (or 0x551016) is known color: Bordeaux. HEX triplet: 55, 10 and 16. RGB value is (85,16,22). Sum of RGB (Red+Green+Blue) = 85+16+22=123 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.11% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 85 - color contains mainly: red. Hex color #551016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551016 is #AAEFE9. Grayscale: #252525. Windows color (decimal): -11202538 or 1445973. OLE color: 1445973.

HSL color Cylindrical-coordinate representation of color #551016: hue angle of 354.78º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551016 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 16 22 -
CMYK 0 0.81 0.74 0.67
HSL 354.78º 0.68% 0.2% -
HSV(B) 354.78º 0.81% 0.33% -
XYZ 4.08 2.36 1 -
YUV 37.32 119.36 162.01 -
System Red Green Blue C M Y K H S L
Decimal 85 16 22 0 0.81 0.74 0.67 354.78 0.68 0.2
Hex 55 10 16 0 51 4A 43 163 44 14
Octal 125 20 26 0 121 112 103 543 104 24
Binary 1010101 10000 10110 0 1010001 1001010 1000011 101100011 1000100 10100

Color Harmonies of #551016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551016

Black with #551016

Text Example


Text Example

White with #551016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551016; }

 p { color: rgb(85,16,22); }

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

background-color css

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

 a { background-color: rgb(85,16,22); }

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

border-color css

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

 span { border-color: rgb(85,16,22); }

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