Html Css Color HEX #54031F Bordeaux

📋 copy color: '#54031F'

red 84 ◦ green 3 ◦ blue 31

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

Shades of Bordeaux #54031F

Tints of Bordeaux #54031F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.54%

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

R = 71.19%
G = 2.54%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#54031F (or 0x54031F) is known color: Bordeaux. HEX triplet: 54, 03 and 1F. RGB value is (84,3,31). Sum of RGB (Red+Green+Blue) = 84+3+31=118 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.19% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 84 - color contains mainly: red. Hex color #54031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54031F is #ABFCE0. Grayscale: #1E1E1E. Windows color (decimal): -11271393 or 2032468. OLE color: 2032468.

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

Color convert

RGB 84 3 31 -
CMYK 0 0.96 0.63 0.67
HSL 339.26º 0.93% 0.17% -
HSV(B) 339.26º 0.96% 0.33% -
XYZ 3.94 2.05 1.48 -
YUV 30.41 128.34 166.22 -
System Red Green Blue C M Y K H S L
Decimal 84 3 31 0 0.96 0.63 0.67 339.26 0.93 0.17
Hex 54 3 1F 0 60 3F 43 153 5D 11
Octal 124 3 37 0 140 77 103 523 135 21
Binary 1010100 11 11111 0 1100000 111111 1000011 101010011 1011101 10001

Color Harmonies of #54031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54031F

Black with #54031F

Text Example


Text Example

White with #54031F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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