Html Css Color HEX #54081F Bordeaux

📋 copy color: '#54081F'

red 84 ◦ green 8 ◦ blue 31

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

Shades of Bordeaux #54081F

Tints of Bordeaux #54081F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 25.2%

R = 68.29%
G = 6.5%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#54081F (or 0x54081F) is known color: Bordeaux. HEX triplet: 54, 08 and 1F. RGB value is (84,8,31). Sum of RGB (Red+Green+Blue) = 84+8+31=123 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.29% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 84 - color contains mainly: red. Hex color #54081F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54081F is #ABF7E0. Grayscale: #212121. Windows color (decimal): -11270113 or 2033748. OLE color: 2033748.

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

Color convert

RGB 84 8 31 -
CMYK 0 0.90 0.63 0.67
HSL 341.84º 0.83% 0.18% -
HSV(B) 341.84º 0.9% 0.33% -
XYZ 3.99 2.16 1.5 -
YUV 33.35 126.68 164.13 -
System Red Green Blue C M Y K H S L
Decimal 84 8 31 0 0.90 0.63 0.67 341.84 0.83 0.18
Hex 54 8 1F 0 5A 3F 43 156 53 12
Octal 124 10 37 0 132 77 103 526 123 22
Binary 1010100 1000 11111 0 1011010 111111 1000011 101010110 1010011 10010

Color Harmonies of #54081F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54081F

Black with #54081F

Text Example


Text Example

White with #54081F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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