Html Css Color HEX #54051E Bordeaux

📋 copy color: '#54051E'

red 84 ◦ green 5 ◦ blue 30

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

Shades of Bordeaux #54051E

Tints of Bordeaux #54051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.2%

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

R = 70.59%
G = 4.2%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#54051E (or 0x54051E) is known color: Bordeaux. HEX triplet: 54, 05 and 1E. RGB value is (84,5,30). Sum of RGB (Red+Green+Blue) = 84+5+30=119 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70.59% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 84 - color contains mainly: red. Hex color #54051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54051E is #ABFAE1. Grayscale: #1F1F1F. Windows color (decimal): -11270882 or 1967444. OLE color: 1967444.

HSL color Cylindrical-coordinate representation of color #54051E: hue angle of 341.01º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #54051E is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 5 30 -
CMYK 0 0.94 0.64 0.67
HSL 341.01º 0.89% 0.17% -
HSV(B) 341.01º 0.94% 0.33% -
XYZ 3.94 2.09 1.42 -
YUV 31.47 127.17 165.47 -
System Red Green Blue C M Y K H S L
Decimal 84 5 30 0 0.94 0.64 0.67 341.01 0.89 0.17
Hex 54 5 1E 0 5E 40 43 155 59 11
Octal 124 5 36 0 136 100 103 525 131 21
Binary 1010100 101 11110 0 1011110 1000000 1000011 101010101 1011001 10001

Color Harmonies of #54051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54051E

Black with #54051E

Text Example


Text Example

White with #54051E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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