Html Css Color HEX #541015 Bordeaux

📋 copy color: '#541015'

red 84 ◦ green 16 ◦ blue 21

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

Shades of Bordeaux #541015

Tints of Bordeaux #541015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 17.36%

R = 69.42%
G = 13.22%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#541015 (or 0x541015) is known color: Bordeaux. HEX triplet: 54, 10 and 15. RGB value is (84,16,21). Sum of RGB (Red+Green+Blue) = 84+16+21=121 (16% of max value = 765). Red value is 84 (33.20% from 255 or 69.42% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 84 - color contains mainly: red. Hex color #541015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541015 is #ABEFEA. Grayscale: #242424. Windows color (decimal): -11268075 or 1380436. OLE color: 1380436.

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

Color convert

RGB 84 16 21 -
CMYK 0 0.81 0.75 0.67
HSL 355.59º 0.68% 0.2% -
HSV(B) 355.59º 0.81% 0.33% -
XYZ 3.98 2.31 0.95 -
YUV 36.9 119.03 161.59 -
System Red Green Blue C M Y K H S L
Decimal 84 16 21 0 0.81 0.75 0.67 355.59 0.68 0.2
Hex 54 10 15 0 51 4B 43 164 44 14
Octal 124 20 25 0 121 113 103 544 104 24
Binary 1010100 10000 10101 0 1010001 1001011 1000011 101100100 1000100 10100

Color Harmonies of #541015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541015

Black with #541015

Text Example


Text Example

White with #541015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541015; }

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

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

background-color css

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

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

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

border-color css

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

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

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