Html Css Color HEX #54011A Bordeaux

📋 copy color: '#54011A'

red 84 ◦ green 1 ◦ blue 26

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

Shades of Bordeaux #54011A

Tints of Bordeaux #54011A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 23.42%

R = 75.68%
G = 0.9%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#54011A (or 0x54011A) is known color: Bordeaux. HEX triplet: 54, 01 and 1A. RGB value is (84,1,26). Sum of RGB (Red+Green+Blue) = 84+1+26=111 (14% of max value = 765). Red value is 84 (33.20% from 255 or 75.68% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 84 - color contains mainly: red. Hex color #54011A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54011A is #ABFEE5. Grayscale: #1C1C1C. Windows color (decimal): -11271910 or 1704276. OLE color: 1704276.

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

Color convert

RGB 84 1 26 -
CMYK 0 0.99 0.69 0.67
HSL 341.93º 0.98% 0.17% -
HSV(B) 341.93º 0.99% 0.33% -
XYZ 3.85 1.98 1.16 -
YUV 28.67 126.5 167.47 -
System Red Green Blue C M Y K H S L
Decimal 84 1 26 0 0.99 0.69 0.67 341.93 0.98 0.17
Hex 54 1 1A 0 63 45 43 156 62 11
Octal 124 1 32 0 143 105 103 526 142 21
Binary 1010100 1 11010 0 1100011 1000101 1000011 101010110 1100010 10001

Color Harmonies of #54011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54011A

Black with #54011A

Text Example


Text Example

White with #54011A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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