Html Css Color HEX #541016 Bordeaux

📋 copy color: '#541016'

red 84 ◦ green 16 ◦ blue 22

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

Shades of Bordeaux #541016

Tints of Bordeaux #541016

RGB

 RED value IS 84 (33.2% from 255) = 68.85%

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

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

R = 68.85%
G = 13.11%
B = 18.03%

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

#541016 (or 0x541016) is known color: Bordeaux. HEX triplet: 54, 10 and 16. RGB value is (84,16,22). Sum of RGB (Red+Green+Blue) = 84+16+22=122 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.85% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 84 - color contains mainly: red. Hex color #541016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541016 is #ABEFE9. Grayscale: #252525. Windows color (decimal): -11268074 or 1445972. OLE color: 1445972.

HSL color Cylindrical-coordinate representation of color #541016: hue angle of 354.71º 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 #541016 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 16 22 -
CMYK 0 0.81 0.74 0.67
HSL 354.71º 0.68% 0.2% -
HSV(B) 354.71º 0.81% 0.33% -
XYZ 3.99 2.31 1 -
YUV 37.02 119.53 161.51 -
System Red Green Blue C M Y K H S L
Decimal 84 16 22 0 0.81 0.74 0.67 354.71 0.68 0.2
Hex 54 10 16 0 51 4A 43 163 44 14
Octal 124 20 26 0 121 112 103 543 104 24
Binary 1010100 10000 10110 0 1010001 1001010 1000011 101100011 1000100 10100

Color Harmonies of #541016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541016

Black with #541016

Text Example


Text Example

White with #541016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541016; }

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

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

background-color css

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

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

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

border-color css

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

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

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