Html Css Color HEX #54011F Bordeaux

📋 copy color: '#54011F'

red 84 ◦ green 1 ◦ blue 31

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

Shades of Bordeaux #54011F

Tints of Bordeaux #54011F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.86%

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

R = 72.41%
G = 0.86%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#54011F (or 0x54011F) is known color: Bordeaux. HEX triplet: 54, 01 and 1F. RGB value is (84,1,31). Sum of RGB (Red+Green+Blue) = 84+1+31=116 (15% of max value = 765). Red value is 84 (33.20% from 255 or 72.41% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 31 (12.5% from 255 or 26.72% from 116); Max value from RGB is 84 - color contains mainly: red. Hex color #54011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54011F is #ABFEE0. Grayscale: #1D1D1D. Windows color (decimal): -11271905 or 2031956. OLE color: 2031956.

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

Color convert

RGB 84 1 31 -
CMYK 0 0.99 0.63 0.67
HSL 338.31º 0.98% 0.17% -
HSV(B) 338.31º 0.99% 0.33% -
XYZ 3.91 2.01 1.48 -
YUV 29.24 129 167.06 -
System Red Green Blue C M Y K H S L
Decimal 84 1 31 0 0.99 0.63 0.67 338.31 0.98 0.17
Hex 54 1 1F 0 63 3F 43 152 62 11
Octal 124 1 37 0 143 77 103 522 142 21
Binary 1010100 1 11111 0 1100011 111111 1000011 101010010 1100010 10001

Color Harmonies of #54011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54011F

Black with #54011F

Text Example


Text Example

White with #54011F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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