Html Css Color HEX #54051C Bordeaux

📋 copy color: '#54051C'

red 84 ◦ green 5 ◦ blue 28

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

Shades of Bordeaux #54051C

Tints of Bordeaux #54051C

RGB

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

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

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

R = 71.79%
G = 4.27%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#54051C (or 0x54051C) is known color: Bordeaux. HEX triplet: 54, 05 and 1C. RGB value is (84,5,28). Sum of RGB (Red+Green+Blue) = 84+5+28=117 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.79% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 84 - color contains mainly: red. Hex color #54051C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54051C is #ABFAE3. Grayscale: #1F1F1F. Windows color (decimal): -11270884 or 1836372. OLE color: 1836372.

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

Color convert

RGB 84 5 28 -
CMYK 0 0.94 0.67 0.67
HSL 342.53º 0.89% 0.17% -
HSV(B) 342.53º 0.94% 0.33% -
XYZ 3.92 2.08 1.29 -
YUV 31.24 126.17 165.63 -
System Red Green Blue C M Y K H S L
Decimal 84 5 28 0 0.94 0.67 0.67 342.53 0.89 0.17
Hex 54 5 1C 0 5E 43 43 157 59 11
Octal 124 5 34 0 136 103 103 527 131 21
Binary 1010100 101 11100 0 1011110 1000011 1000011 101010111 1011001 10001

Color Harmonies of #54051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54051C

Black with #54051C

Text Example


Text Example

White with #54051C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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