Html Css Color HEX #54080E Bordeaux

📋 copy color: '#54080E'

red 84 ◦ green 8 ◦ blue 14

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

Shades of Bordeaux #54080E

Tints of Bordeaux #54080E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.55%

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

R = 79.25%
G = 7.55%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#54080E (or 0x54080E) is known color: Bordeaux. HEX triplet: 54, 08 and 0E. RGB value is (84,8,14). Sum of RGB (Red+Green+Blue) = 84+8+14=106 (14% of max value = 765). Red value is 84 (33.20% from 255 or 79.25% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 14 (5.86% from 255 or 13.21% from 106); Max value from RGB is 84 - color contains mainly: red. Hex color #54080E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54080E is #ABF7F1. Grayscale: #1F1F1F. Windows color (decimal): -11270130 or 919636. OLE color: 919636.

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

Color convert

RGB 84 8 14 -
CMYK 0 0.90 0.83 0.67
HSL 355.26º 0.83% 0.18% -
HSV(B) 355.26º 0.9% 0.33% -
XYZ 3.82 2.09 0.62 -
YUV 31.41 118.18 165.51 -
System Red Green Blue C M Y K H S L
Decimal 84 8 14 0 0.90 0.83 0.67 355.26 0.83 0.18
Hex 54 8 E 0 5A 53 43 163 53 12
Octal 124 10 16 0 132 123 103 543 123 22
Binary 1010100 1000 1110 0 1011010 1010011 1000011 101100011 1010011 10010

Color Harmonies of #54080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54080E

Black with #54080E

Text Example


Text Example

White with #54080E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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