Html Css Color HEX #54021D Bordeaux

📋 copy color: '#54021D'

red 84 ◦ green 2 ◦ blue 29

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

Shades of Bordeaux #54021D

Tints of Bordeaux #54021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 25.22%

R = 73.04%
G = 1.74%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#54021D (or 0x54021D) is known color: Bordeaux. HEX triplet: 54, 02 and 1D. RGB value is (84,2,29). Sum of RGB (Red+Green+Blue) = 84+2+29=115 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.04% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 84 - color contains mainly: red. Hex color #54021D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54021D is #ABFDE2. Grayscale: #1D1D1D. Windows color (decimal): -11271651 or 1901140. OLE color: 1901140.

HSL color Cylindrical-coordinate representation of color #54021D: hue angle of 340.24º 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 #54021D is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 2 29 -
CMYK 0 0.98 0.65 0.67
HSL 340.24º 0.95% 0.17% -
HSV(B) 340.24º 0.98% 0.33% -
XYZ 3.9 2.02 1.35 -
YUV 29.6 127.67 166.8 -
System Red Green Blue C M Y K H S L
Decimal 84 2 29 0 0.98 0.65 0.67 340.24 0.95 0.17
Hex 54 2 1D 0 62 41 43 154 5F 11
Octal 124 2 35 0 142 101 103 524 137 21
Binary 1010100 10 11101 0 1100010 1000001 1000011 101010100 1011111 10001

Color Harmonies of #54021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54021D

Black with #54021D

Text Example


Text Example

White with #54021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54021D; }

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

 H1.HeaderClassName
 {
   color: #54021D;
 }
 .AnyTagClassName
 {
   color: #54021D;
 }
</style>

background-color css

<style>
 a { background-color: #54021D; }

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

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

border-color css

<style>
 span { border-color: #54021D; }

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

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