Html Css Color HEX #54031A Bordeaux

📋 copy color: '#54031A'

red 84 ◦ green 3 ◦ blue 26

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

Shades of Bordeaux #54031A

Tints of Bordeaux #54031A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 23.01%

R = 74.34%
G = 2.65%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#54031A (or 0x54031A) is known color: Bordeaux. HEX triplet: 54, 03 and 1A. RGB value is (84,3,26). Sum of RGB (Red+Green+Blue) = 84+3+26=113 (14% of max value = 765). Red value is 84 (33.20% from 255 or 74.34% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 84 - color contains mainly: red. Hex color #54031A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54031A is #ABFCE5. Grayscale: #1D1D1D. Windows color (decimal): -11271398 or 1704788. OLE color: 1704788.

HSL color Cylindrical-coordinate representation of color #54031A: hue angle of 342.96º 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 #54031A is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 3 26 -
CMYK 0 0.96 0.69 0.67
HSL 342.96º 0.93% 0.17% -
HSV(B) 342.96º 0.96% 0.33% -
XYZ 3.88 2.02 1.16 -
YUV 29.84 125.84 166.63 -
System Red Green Blue C M Y K H S L
Decimal 84 3 26 0 0.96 0.69 0.67 342.96 0.93 0.17
Hex 54 3 1A 0 60 45 43 157 5D 11
Octal 124 3 32 0 140 105 103 527 135 21
Binary 1010100 11 11010 0 1100000 1000101 1000011 101010111 1011101 10001

Color Harmonies of #54031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54031A

Black with #54031A

Text Example


Text Example

White with #54031A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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