Html Css Color HEX #54161C Bordeaux

📋 copy color: '#54161C'

red 84 ◦ green 22 ◦ blue 28

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

Shades of Bordeaux #54161C

Tints of Bordeaux #54161C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.42%

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

R = 62.69%
G = 16.42%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#54161C (or 0x54161C) is known color: Bordeaux. HEX triplet: 54, 16 and 1C. RGB value is (84,22,28). Sum of RGB (Red+Green+Blue) = 84+22+28=134 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.69% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 84 - color contains mainly: red. Hex color #54161C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54161C is #ABE9E3. Grayscale: #292929. Windows color (decimal): -11266532 or 1840724. OLE color: 1840724.

HSL color Cylindrical-coordinate representation of color #54161C: hue angle of 354.19º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #54161C is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 22 28 -
CMYK 0 0.74 0.67 0.67
HSL 354.19º 0.58% 0.21% -
HSV(B) 354.19º 0.74% 0.33% -
XYZ 4.15 2.54 1.37 -
YUV 41.22 120.54 158.51 -
System Red Green Blue C M Y K H S L
Decimal 84 22 28 0 0.74 0.67 0.67 354.19 0.58 0.21
Hex 54 16 1C 0 4A 43 43 162 3A 15
Octal 124 26 34 0 112 103 103 542 72 25
Binary 1010100 10110 11100 0 1001010 1000011 1000011 101100010 111010 10101

Color Harmonies of #54161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54161C

Black with #54161C

Text Example


Text Example

White with #54161C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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