Html Css Color HEX #54050E Bordeaux

📋 copy color: '#54050E'

red 84 ◦ green 5 ◦ blue 14

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

Shades of Bordeaux #54050E

Tints of Bordeaux #54050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.85%

 BLUE value IS 14 (5.86% from 255) = 13.59%

R = 81.55%
G = 4.85%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#54050E (or 0x54050E) is known color: Bordeaux. HEX triplet: 54, 05 and 0E. RGB value is (84,5,14). Sum of RGB (Red+Green+Blue) = 84+5+14=103 (13% of max value = 765). Red value is 84 (33.20% from 255 or 81.55% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 14 (5.86% from 255 or 13.59% from 103); Max value from RGB is 84 - color contains mainly: red. Hex color #54050E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54050E is #ABFAF1. Grayscale: #1D1D1D. Windows color (decimal): -11270898 or 918868. OLE color: 918868.

HSL color Cylindrical-coordinate representation of color #54050E: hue angle of 353.16º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #54050E is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 5 14 -
CMYK 0 0.94 0.83 0.67
HSL 353.16º 0.89% 0.17% -
HSV(B) 353.16º 0.94% 0.33% -
XYZ 3.79 2.03 0.61 -
YUV 29.65 119.17 166.77 -
System Red Green Blue C M Y K H S L
Decimal 84 5 14 0 0.94 0.83 0.67 353.16 0.89 0.17
Hex 54 5 E 0 5E 53 43 161 59 11
Octal 124 5 16 0 136 123 103 541 131 21
Binary 1010100 101 1110 0 1011110 1010011 1000011 101100001 1011001 10001

Color Harmonies of #54050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54050E

Black with #54050E

Text Example


Text Example

White with #54050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54050E; }

 p { color: rgb(84,5,14); }

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

background-color css

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

 a { background-color: rgb(84,5,14); }

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

border-color css

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

 span { border-color: rgb(84,5,14); }

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