Html Css Color HEX #54011C Bordeaux

📋 copy color: '#54011C'

red 84 ◦ green 1 ◦ blue 28

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

Shades of Bordeaux #54011C

Tints of Bordeaux #54011C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 24.78%

R = 74.34%
G = 0.88%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#54011C (or 0x54011C) is known color: Bordeaux. HEX triplet: 54, 01 and 1C. RGB value is (84,1,28). Sum of RGB (Red+Green+Blue) = 84+1+28=113 (14% of max value = 765). Red value is 84 (33.20% from 255 or 74.34% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 84 - color contains mainly: red. Hex color #54011C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54011C is #ABFEE3. Grayscale: #1C1C1C. Windows color (decimal): -11271908 or 1835348. OLE color: 1835348.

HSL color Cylindrical-coordinate representation of color #54011C: hue angle of 340.48º 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 #54011C is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 1 28 -
CMYK 0 0.99 0.67 0.67
HSL 340.48º 0.98% 0.17% -
HSV(B) 340.48º 0.99% 0.33% -
XYZ 3.88 1.99 1.28 -
YUV 28.9 127.5 167.3 -
System Red Green Blue C M Y K H S L
Decimal 84 1 28 0 0.99 0.67 0.67 340.48 0.98 0.17
Hex 54 1 1C 0 63 43 43 154 62 11
Octal 124 1 34 0 143 103 103 524 142 21
Binary 1010100 1 11100 0 1100011 1000011 1000011 101010100 1100010 10001

Color Harmonies of #54011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54011C

Black with #54011C

Text Example


Text Example

White with #54011C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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