Html Css Color HEX #54081B Bordeaux

📋 copy color: '#54081B'

red 84 ◦ green 8 ◦ blue 27

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

Shades of Bordeaux #54081B

Tints of Bordeaux #54081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.72%

 BLUE value IS 27 (10.94% from 255) = 22.69%

R = 70.59%
G = 6.72%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#54081B (or 0x54081B) is known color: Bordeaux. HEX triplet: 54, 08 and 1B. RGB value is (84,8,27). Sum of RGB (Red+Green+Blue) = 84+8+27=119 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70.59% from 119); Green value is 8 (3.52% from 255 or 6.72% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 84 - color contains mainly: red. Hex color #54081B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54081B is #ABF7E4. Grayscale: #202020. Windows color (decimal): -11270117 or 1771604. OLE color: 1771604.

HSL color Cylindrical-coordinate representation of color #54081B: hue angle of 345º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #54081B is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 8 27 -
CMYK 0 0.90 0.68 0.67
HSL 345º 0.83% 0.18% -
HSV(B) 345º 0.9% 0.33% -
XYZ 3.94 2.14 1.24 -
YUV 32.89 124.68 164.46 -
System Red Green Blue C M Y K H S L
Decimal 84 8 27 0 0.90 0.68 0.67 345 0.83 0.18
Hex 54 8 1B 0 5A 44 43 159 53 12
Octal 124 10 33 0 132 104 103 531 123 22
Binary 1010100 1000 11011 0 1011010 1000100 1000011 101011001 1010011 10010

Color Harmonies of #54081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54081B

Black with #54081B

Text Example


Text Example

White with #54081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54081B; }

 p { color: rgb(84,8,27); }

 H1.HeaderClassName
 {
   color: #54081B;
 }
 .AnyTagClassName
 {
   color: #54081B;
 }
</style>

background-color css

<style>
 a { background-color: #54081B; }

 a { background-color: rgb(84,8,27); }

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

border-color css

<style>
 span { border-color: #54081B; }

 span { border-color: rgb(84,8,27); }

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