Html Css Color HEX #54061E Bordeaux

📋 copy color: '#54061E'

red 84 ◦ green 6 ◦ blue 30

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

Shades of Bordeaux #54061E

Tints of Bordeaux #54061E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5%

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

R = 70%
G = 5%
B = 25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#54061E (or 0x54061E) is known color: Bordeaux. HEX triplet: 54, 06 and 1E. RGB value is (84,6,30). Sum of RGB (Red+Green+Blue) = 84+6+30=120 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 84 - color contains mainly: red. Hex color #54061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54061E is #ABF9E1. Grayscale: #202020. Windows color (decimal): -11270626 or 1967700. OLE color: 1967700.

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

Color convert

RGB 84 6 30 -
CMYK 0 0.93 0.64 0.67
HSL 341.54º 0.87% 0.18% -
HSV(B) 341.54º 0.93% 0.33% -
XYZ 3.96 2.11 1.43 -
YUV 32.06 126.84 165.05 -
System Red Green Blue C M Y K H S L
Decimal 84 6 30 0 0.93 0.64 0.67 341.54 0.87 0.18
Hex 54 6 1E 0 5D 40 43 156 57 12
Octal 124 6 36 0 135 100 103 526 127 22
Binary 1010100 110 11110 0 1011101 1000000 1000011 101010110 1010111 10010

Color Harmonies of #54061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54061E

Black with #54061E

Text Example


Text Example

White with #54061E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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