Html Css Color HEX #54101F Bordeaux

📋 copy color: '#54101F'

red 84 ◦ green 16 ◦ blue 31

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

Shades of Bordeaux #54101F

Tints of Bordeaux #54101F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.21%

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

R = 64.12%
G = 12.21%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#54101F (or 0x54101F) is known color: Bordeaux. HEX triplet: 54, 10 and 1F. RGB value is (84,16,31). Sum of RGB (Red+Green+Blue) = 84+16+31=131 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.12% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 84 - color contains mainly: red. Hex color #54101F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54101F is #ABEFE0. Grayscale: #262626. Windows color (decimal): -11268065 or 2035796. OLE color: 2035796.

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

Color convert

RGB 84 16 31 -
CMYK 0 0.81 0.63 0.67
HSL 346.76º 0.68% 0.2% -
HSV(B) 346.76º 0.81% 0.33% -
XYZ 4.09 2.35 1.54 -
YUV 38.04 124.03 160.78 -
System Red Green Blue C M Y K H S L
Decimal 84 16 31 0 0.81 0.63 0.67 346.76 0.68 0.2
Hex 54 10 1F 0 51 3F 43 15B 44 14
Octal 124 20 37 0 121 77 103 533 104 24
Binary 1010100 10000 11111 0 1010001 111111 1000011 101011011 1000100 10100

Color Harmonies of #54101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54101F

Black with #54101F

Text Example


Text Example

White with #54101F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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