Html Css Color HEX #54060F Bordeaux

📋 copy color: '#54060F'

red 84 ◦ green 6 ◦ blue 15

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

Shades of Bordeaux #54060F

Tints of Bordeaux #54060F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.71%

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

R = 80%
G = 5.71%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#54060F (or 0x54060F) is known color: Bordeaux. HEX triplet: 54, 06 and 0F. RGB value is (84,6,15). Sum of RGB (Red+Green+Blue) = 84+6+15=105 (13% of max value = 765). Red value is 84 (33.20% from 255 or 80% from 105); Green value is 6 (2.73% from 255 or 5.71% from 105); Blue value is 15 (6.25% from 255 or 14.29% from 105); Max value from RGB is 84 - color contains mainly: red. Hex color #54060F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54060F is #ABF9F0. Grayscale: #1E1E1E. Windows color (decimal): -11270641 or 984660. OLE color: 984660.

HSL color Cylindrical-coordinate representation of color #54060F: hue angle of 353.08º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #54060F is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 6 15 -
CMYK 0 0.93 0.82 0.67
HSL 353.08º 0.87% 0.18% -
HSV(B) 353.08º 0.93% 0.33% -
XYZ 3.81 2.05 0.65 -
YUV 30.35 119.34 166.27 -
System Red Green Blue C M Y K H S L
Decimal 84 6 15 0 0.93 0.82 0.67 353.08 0.87 0.18
Hex 54 6 F 0 5D 52 43 161 57 12
Octal 124 6 17 0 135 122 103 541 127 22
Binary 1010100 110 1111 0 1011101 1010010 1000011 101100001 1010111 10010

Color Harmonies of #54060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54060F

Black with #54060F

Text Example


Text Example

White with #54060F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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