Html Css Color HEX #54071B Bordeaux

📋 copy color: '#54071B'

red 84 ◦ green 7 ◦ blue 27

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

Shades of Bordeaux #54071B

Tints of Bordeaux #54071B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.93%

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

R = 71.19%
G = 5.93%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#54071B (or 0x54071B) is known color: Bordeaux. HEX triplet: 54, 07 and 1B. RGB value is (84,7,27). Sum of RGB (Red+Green+Blue) = 84+7+27=118 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.19% from 118); Green value is 7 (3.12% from 255 or 5.93% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 84 - color contains mainly: red. Hex color #54071B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54071B is #ABF8E4. Grayscale: #202020. Windows color (decimal): -11270373 or 1771348. OLE color: 1771348.

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

Color convert

RGB 84 7 27 -
CMYK 0 0.92 0.68 0.67
HSL 344.42º 0.85% 0.18% -
HSV(B) 344.42º 0.92% 0.33% -
XYZ 3.93 2.12 1.24 -
YUV 32.3 125.01 164.87 -
System Red Green Blue C M Y K H S L
Decimal 84 7 27 0 0.92 0.68 0.67 344.42 0.85 0.18
Hex 54 7 1B 0 5C 44 43 158 55 12
Octal 124 7 33 0 134 104 103 530 125 22
Binary 1010100 111 11011 0 1011100 1000100 1000011 101011000 1010101 10010

Color Harmonies of #54071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54071B

Black with #54071B

Text Example


Text Example

White with #54071B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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