Html Css Color HEX #54020B Bordeaux

📋 copy color: '#54020B'

red 84 ◦ green 2 ◦ blue 11

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

Shades of Bordeaux #54020B

Tints of Bordeaux #54020B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.06%

 BLUE value IS 11 (4.69% from 255) = 11.34%

R = 86.6%
G = 2.06%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#54020B (or 0x54020B) is known color: Bordeaux. HEX triplet: 54, 02 and 0B. RGB value is (84,2,11). Sum of RGB (Red+Green+Blue) = 84+2+11=97 (12% of max value = 765). Red value is 84 (33.20% from 255 or 86.60% from 97); Green value is 2 (1.17% from 255 or 2.06% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 84 - color contains mainly: red. Hex color #54020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54020B is #ABFDF4. Grayscale: #1B1B1B. Windows color (decimal): -11271669 or 721492. OLE color: 721492.

HSL color Cylindrical-coordinate representation of color #54020B: hue angle of 353.41º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #54020B is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 2 11 -
CMYK 0 0.98 0.87 0.67
HSL 353.41º 0.95% 0.17% -
HSV(B) 353.41º 0.98% 0.33% -
XYZ 3.74 1.95 0.5 -
YUV 27.54 118.67 168.27 -
System Red Green Blue C M Y K H S L
Decimal 84 2 11 0 0.98 0.87 0.67 353.41 0.95 0.17
Hex 54 2 B 0 62 57 43 161 5F 11
Octal 124 2 13 0 142 127 103 541 137 21
Binary 1010100 10 1011 0 1100010 1010111 1000011 101100001 1011111 10001

Color Harmonies of #54020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54020B

Black with #54020B

Text Example


Text Example

White with #54020B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,2,11); }

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

background-color css

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

 a { background-color: rgb(84,2,11); }

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

border-color css

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

 span { border-color: rgb(84,2,11); }

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