Html Css Color HEX #54090F Bordeaux

📋 copy color: '#54090F'

red 84 ◦ green 9 ◦ blue 15

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

Shades of Bordeaux #54090F

Tints of Bordeaux #54090F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.89%

R = 77.78%
G = 8.33%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#54090F (or 0x54090F) is known color: Bordeaux. HEX triplet: 54, 09 and 0F. RGB value is (84,9,15). Sum of RGB (Red+Green+Blue) = 84+9+15=108 (14% of max value = 765). Red value is 84 (33.20% from 255 or 77.78% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 84 - color contains mainly: red. Hex color #54090F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54090F is #ABF6F0. Grayscale: #202020. Windows color (decimal): -11269873 or 985428. OLE color: 985428.

HSL color Cylindrical-coordinate representation of color #54090F: hue angle of 355.2º 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 #54090F is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 9 15 -
CMYK 0 0.89 0.82 0.67
HSL 355.2º 0.81% 0.18% -
HSV(B) 355.2º 0.89% 0.33% -
XYZ 3.84 2.11 0.66 -
YUV 32.11 118.35 165.01 -
System Red Green Blue C M Y K H S L
Decimal 84 9 15 0 0.89 0.82 0.67 355.2 0.81 0.18
Hex 54 9 F 0 59 52 43 163 51 12
Octal 124 11 17 0 131 122 103 543 121 22
Binary 1010100 1001 1111 0 1011001 1010010 1000011 101100011 1010001 10010

Color Harmonies of #54090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54090F

Black with #54090F

Text Example


Text Example

White with #54090F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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