Html Css Color HEX #54031B Bordeaux

📋 copy color: '#54031B'

red 84 ◦ green 3 ◦ blue 27

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

Shades of Bordeaux #54031B

Tints of Bordeaux #54031B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.63%

 BLUE value IS 27 (10.94% from 255) = 23.68%

R = 73.68%
G = 2.63%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#54031B (or 0x54031B) is known color: Bordeaux. HEX triplet: 54, 03 and 1B. RGB value is (84,3,27). Sum of RGB (Red+Green+Blue) = 84+3+27=114 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.68% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 84 - color contains mainly: red. Hex color #54031B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54031B is #ABFCE4. Grayscale: #1D1D1D. Windows color (decimal): -11271397 or 1770324. OLE color: 1770324.

HSL color Cylindrical-coordinate representation of color #54031B: hue angle of 342.22º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #54031B is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 3 27 -
CMYK 0 0.96 0.68 0.67
HSL 342.22º 0.93% 0.17% -
HSV(B) 342.22º 0.96% 0.33% -
XYZ 3.89 2.03 1.22 -
YUV 29.96 126.34 166.55 -
System Red Green Blue C M Y K H S L
Decimal 84 3 27 0 0.96 0.68 0.67 342.22 0.93 0.17
Hex 54 3 1B 0 60 44 43 156 5D 11
Octal 124 3 33 0 140 104 103 526 135 21
Binary 1010100 11 11011 0 1100000 1000100 1000011 101010110 1011101 10001

Color Harmonies of #54031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54031B

Black with #54031B

Text Example


Text Example

White with #54031B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54031B; }

 p { color: rgb(84,3,27); }

 H1.HeaderClassName
 {
   color: #54031B;
 }
 .AnyTagClassName
 {
   color: #54031B;
 }
</style>

background-color css

<style>
 a { background-color: #54031B; }

 a { background-color: rgb(84,3,27); }

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

border-color css

<style>
 span { border-color: #54031B; }

 span { border-color: rgb(84,3,27); }

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