Html Css Color HEX #54061C Bordeaux

📋 copy color: '#54061C'

red 84 ◦ green 6 ◦ blue 28

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

Shades of Bordeaux #54061C

Tints of Bordeaux #54061C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 23.73%

R = 71.19%
G = 5.08%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#54061C (or 0x54061C) is known color: Bordeaux. HEX triplet: 54, 06 and 1C. RGB value is (84,6,28). Sum of RGB (Red+Green+Blue) = 84+6+28=118 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.19% from 118); Green value is 6 (2.73% from 255 or 5.08% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 84 - color contains mainly: red. Hex color #54061C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54061C is #ABF9E3. Grayscale: #1F1F1F. Windows color (decimal): -11270628 or 1836628. OLE color: 1836628.

HSL color Cylindrical-coordinate representation of color #54061C: hue angle of 343.08º 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 #54061C is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 6 28 -
CMYK 0 0.93 0.67 0.67
HSL 343.08º 0.87% 0.18% -
HSV(B) 343.08º 0.93% 0.33% -
XYZ 3.93 2.1 1.3 -
YUV 31.83 125.84 165.21 -
System Red Green Blue C M Y K H S L
Decimal 84 6 28 0 0.93 0.67 0.67 343.08 0.87 0.18
Hex 54 6 1C 0 5D 43 43 157 57 12
Octal 124 6 34 0 135 103 103 527 127 22
Binary 1010100 110 11100 0 1011101 1000011 1000011 101010111 1010111 10010

Color Harmonies of #54061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54061C

Black with #54061C

Text Example


Text Example

White with #54061C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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