Html Css Color HEX #54131C Bordeaux

📋 copy color: '#54131C'

red 84 ◦ green 19 ◦ blue 28

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

Shades of Bordeaux #54131C

Tints of Bordeaux #54131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.5%

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

R = 64.12%
G = 14.5%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#54131C (or 0x54131C) is known color: Bordeaux. HEX triplet: 54, 13 and 1C. RGB value is (84,19,28). Sum of RGB (Red+Green+Blue) = 84+19+28=131 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.12% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 84 - color contains mainly: red. Hex color #54131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54131C is #ABECE3. Grayscale: #272727. Windows color (decimal): -11267300 or 1839956. OLE color: 1839956.

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

Color convert

RGB 84 19 28 -
CMYK 0 0.77 0.67 0.67
HSL 351.69º 0.63% 0.2% -
HSV(B) 351.69º 0.77% 0.33% -
XYZ 4.1 2.43 1.35 -
YUV 39.46 121.53 159.77 -
System Red Green Blue C M Y K H S L
Decimal 84 19 28 0 0.77 0.67 0.67 351.69 0.63 0.2
Hex 54 13 1C 0 4D 43 43 160 3F 14
Octal 124 23 34 0 115 103 103 540 77 24
Binary 1010100 10011 11100 0 1001101 1000011 1000011 101100000 111111 10100

Color Harmonies of #54131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54131C

Black with #54131C

Text Example


Text Example

White with #54131C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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