Html Css Color HEX #54051F Bordeaux

📋 copy color: '#54051F'

red 84 ◦ green 5 ◦ blue 31

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

Shades of Bordeaux #54051F

Tints of Bordeaux #54051F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.17%

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

R = 70%
G = 4.17%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#54051F (or 0x54051F) is known color: Bordeaux. HEX triplet: 54, 05 and 1F. RGB value is (84,5,31). Sum of RGB (Red+Green+Blue) = 84+5+31=120 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 84 - color contains mainly: red. Hex color #54051F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54051F is #ABFAE0. Grayscale: #1F1F1F. Windows color (decimal): -11270881 or 2032980. OLE color: 2032980.

HSL color Cylindrical-coordinate representation of color #54051F: hue angle of 340.25º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #54051F is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 5 31 -
CMYK 0 0.94 0.63 0.67
HSL 340.25º 0.89% 0.17% -
HSV(B) 340.25º 0.94% 0.33% -
XYZ 3.96 2.09 1.49 -
YUV 31.59 127.67 165.39 -
System Red Green Blue C M Y K H S L
Decimal 84 5 31 0 0.94 0.63 0.67 340.25 0.89 0.17
Hex 54 5 1F 0 5E 3F 43 154 59 11
Octal 124 5 37 0 136 77 103 524 131 21
Binary 1010100 101 11111 0 1011110 111111 1000011 101010100 1011001 10001

Color Harmonies of #54051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54051F

Black with #54051F

Text Example


Text Example

White with #54051F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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