Html Css Color HEX #54030E Bordeaux

📋 copy color: '#54030E'

red 84 ◦ green 3 ◦ blue 14

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

Shades of Bordeaux #54030E

Tints of Bordeaux #54030E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 13.86%

R = 83.17%
G = 2.97%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#54030E (or 0x54030E) is known color: Bordeaux. HEX triplet: 54, 03 and 0E. RGB value is (84,3,14). Sum of RGB (Red+Green+Blue) = 84+3+14=101 (13% of max value = 765). Red value is 84 (33.20% from 255 or 83.17% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 14 (5.86% from 255 or 13.86% from 101); Max value from RGB is 84 - color contains mainly: red. Hex color #54030E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54030E is #ABFCF1. Grayscale: #1C1C1C. Windows color (decimal): -11271410 or 918356. OLE color: 918356.

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

Color convert

RGB 84 3 14 -
CMYK 0 0.96 0.83 0.67
HSL 351.85º 0.93% 0.17% -
HSV(B) 351.85º 0.96% 0.33% -
XYZ 3.77 1.98 0.6 -
YUV 28.47 119.84 167.61 -
System Red Green Blue C M Y K H S L
Decimal 84 3 14 0 0.96 0.83 0.67 351.85 0.93 0.17
Hex 54 3 E 0 60 53 43 160 5D 11
Octal 124 3 16 0 140 123 103 540 135 21
Binary 1010100 11 1110 0 1100000 1010011 1000011 101100000 1011101 10001

Color Harmonies of #54030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54030E

Black with #54030E

Text Example


Text Example

White with #54030E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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