Html Css Color HEX #54090D Bordeaux

📋 copy color: '#54090D'

red 84 ◦ green 9 ◦ blue 13

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

Shades of Bordeaux #54090D

Tints of Bordeaux #54090D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.49%

 BLUE value IS 13 (5.47% from 255) = 12.26%

R = 79.25%
G = 8.49%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#54090D (or 0x54090D) is known color: Bordeaux. HEX triplet: 54, 09 and 0D. RGB value is (84,9,13). Sum of RGB (Red+Green+Blue) = 84+9+13=106 (14% of max value = 765). Red value is 84 (33.20% from 255 or 79.25% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 84 - color contains mainly: red. Hex color #54090D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54090D is #ABF6F2. Grayscale: #1F1F1F. Windows color (decimal): -11269875 or 854356. OLE color: 854356.

HSL color Cylindrical-coordinate representation of color #54090D: hue angle of 356.8º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #54090D is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 9 13 -
CMYK 0 0.89 0.85 0.67
HSL 356.8º 0.81% 0.18% -
HSV(B) 356.8º 0.89% 0.33% -
XYZ 3.83 2.11 0.59 -
YUV 31.88 117.35 165.17 -
System Red Green Blue C M Y K H S L
Decimal 84 9 13 0 0.89 0.85 0.67 356.8 0.81 0.18
Hex 54 9 D 0 59 55 43 165 51 12
Octal 124 11 15 0 131 125 103 545 121 22
Binary 1010100 1001 1101 0 1011001 1010101 1000011 101100101 1010001 10010

Color Harmonies of #54090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54090D

Black with #54090D

Text Example


Text Example

White with #54090D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54090D; }

 p { color: rgb(84,9,13); }

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

background-color css

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

 a { background-color: rgb(84,9,13); }

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

border-color css

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

 span { border-color: rgb(84,9,13); }

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