Html Css Color HEX #54121A Bordeaux

📋 copy color: '#54121A'

red 84 ◦ green 18 ◦ blue 26

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

Shades of Bordeaux #54121A

Tints of Bordeaux #54121A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.06%

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

R = 65.63%
G = 14.06%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#54121A (or 0x54121A) is known color: Bordeaux. HEX triplet: 54, 12 and 1A. RGB value is (84,18,26). Sum of RGB (Red+Green+Blue) = 84+18+26=128 (16% of max value = 765). Red value is 84 (33.20% from 255 or 65.62% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 84 - color contains mainly: red. Hex color #54121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54121A is #ABEDE5. Grayscale: #262626. Windows color (decimal): -11267558 or 1708628. OLE color: 1708628.

HSL color Cylindrical-coordinate representation of color #54121A: hue angle of 352.73º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #54121A is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 18 26 -
CMYK 0 0.79 0.69 0.67
HSL 352.73º 0.65% 0.2% -
HSV(B) 352.73º 0.79% 0.33% -
XYZ 4.06 2.39 1.23 -
YUV 38.65 120.87 160.35 -
System Red Green Blue C M Y K H S L
Decimal 84 18 26 0 0.79 0.69 0.67 352.73 0.65 0.2
Hex 54 12 1A 0 4F 45 43 161 41 14
Octal 124 22 32 0 117 105 103 541 101 24
Binary 1010100 10010 11010 0 1001111 1000101 1000011 101100001 1000001 10100

Color Harmonies of #54121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54121A

Black with #54121A

Text Example


Text Example

White with #54121A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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