Html Css Color HEX #54151C Bordeaux

📋 copy color: '#54151C'

red 84 ◦ green 21 ◦ blue 28

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

Shades of Bordeaux #54151C

Tints of Bordeaux #54151C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.79%

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

R = 63.16%
G = 15.79%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#54151C (or 0x54151C) is known color: Bordeaux. HEX triplet: 54, 15 and 1C. RGB value is (84,21,28). Sum of RGB (Red+Green+Blue) = 84+21+28=133 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.16% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 84 - color contains mainly: red. Hex color #54151C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54151C is #ABEAE3. Grayscale: #282828. Windows color (decimal): -11266788 or 1840468. OLE color: 1840468.

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

Color convert

RGB 84 21 28 -
CMYK 0 0.75 0.67 0.67
HSL 353.33º 0.6% 0.21% -
HSV(B) 353.33º 0.75% 0.33% -
XYZ 4.13 2.5 1.36 -
YUV 40.64 120.87 158.93 -
System Red Green Blue C M Y K H S L
Decimal 84 21 28 0 0.75 0.67 0.67 353.33 0.6 0.21
Hex 54 15 1C 0 4B 43 43 161 3C 15
Octal 124 25 34 0 113 103 103 541 74 25
Binary 1010100 10101 11100 0 1001011 1000011 1000011 101100001 111100 10101

Color Harmonies of #54151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54151C

Black with #54151C

Text Example


Text Example

White with #54151C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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