Html Css Color HEX #54031E Bordeaux

📋 copy color: '#54031E'

red 84 ◦ green 3 ◦ blue 30

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

Shades of Bordeaux #54031E

Tints of Bordeaux #54031E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 25.64%

R = 71.79%
G = 2.56%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#54031E (or 0x54031E) is known color: Bordeaux. HEX triplet: 54, 03 and 1E. RGB value is (84,3,30). Sum of RGB (Red+Green+Blue) = 84+3+30=117 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.79% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 84 - color contains mainly: red. Hex color #54031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54031E is #ABFCE1. Grayscale: #1E1E1E. Windows color (decimal): -11271394 or 1966932. OLE color: 1966932.

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

Color convert

RGB 84 3 30 -
CMYK 0 0.96 0.64 0.67
HSL 340º 0.93% 0.17% -
HSV(B) 340º 0.96% 0.33% -
XYZ 3.92 2.04 1.42 -
YUV 30.3 127.84 166.3 -
System Red Green Blue C M Y K H S L
Decimal 84 3 30 0 0.96 0.64 0.67 340 0.93 0.17
Hex 54 3 1E 0 60 40 43 154 5D 11
Octal 124 3 36 0 140 100 103 524 135 21
Binary 1010100 11 11110 0 1100000 1000000 1000011 101010100 1011101 10001

Color Harmonies of #54031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54031E

Black with #54031E

Text Example


Text Example

White with #54031E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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