Html Css Color HEX #54151F Bordeaux

📋 copy color: '#54151F'

red 84 ◦ green 21 ◦ blue 31

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

Shades of Bordeaux #54151F

Tints of Bordeaux #54151F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 22.79%

R = 61.76%
G = 15.44%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#54151F (or 0x54151F) is known color: Bordeaux. HEX triplet: 54, 15 and 1F. RGB value is (84,21,31). Sum of RGB (Red+Green+Blue) = 84+21+31=136 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.76% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 84 - color contains mainly: red. Hex color #54151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54151F is #ABEAE0. Grayscale: #292929. Windows color (decimal): -11266785 or 2037076. OLE color: 2037076.

HSL color Cylindrical-coordinate representation of color #54151F: hue angle of 350.48º 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 #54151F is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 21 31 -
CMYK 0 0.75 0.63 0.67
HSL 350.48º 0.6% 0.21% -
HSV(B) 350.48º 0.75% 0.33% -
XYZ 4.17 2.52 1.56 -
YUV 40.98 122.37 158.69 -
System Red Green Blue C M Y K H S L
Decimal 84 21 31 0 0.75 0.63 0.67 350.48 0.6 0.21
Hex 54 15 1F 0 4B 3F 43 15E 3C 15
Octal 124 25 37 0 113 77 103 536 74 25
Binary 1010100 10101 11111 0 1001011 111111 1000011 101011110 111100 10101

Color Harmonies of #54151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54151F

Black with #54151F

Text Example


Text Example

White with #54151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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