Html Css Color HEX #54001D Bordeaux

📋 copy color: '#54001D'

red 84 ◦ green 0 ◦ blue 29

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

Shades of Bordeaux #54001D

Tints of Bordeaux #54001D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 74.34%
G = 0%
B = 25.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#54001D (or 0x54001D) is known color: Bordeaux. HEX triplet: 54, 00 and 1D. RGB value is (84,0,29). Sum of RGB (Red+Green+Blue) = 84+0+29=113 (14% of max value = 765). Red value is 84 (33.20% from 255 or 74.34% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 84 - color contains mainly: red. Hex color #54001D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54001D is #ABFFE2. Grayscale: #1C1C1C. Windows color (decimal): -11272163 or 1900628. OLE color: 1900628.

HSL color Cylindrical-coordinate representation of color #54001D: hue angle of 339.29º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #54001D is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 0 29 -
CMYK 0 1 0.65 0.67
HSL 339.29º 1% 0.16% -
HSV(B) 339.29º 1% 0.33% -
XYZ 3.88 1.97 1.34 -
YUV 28.42 128.33 167.64 -
System Red Green Blue C M Y K H S L
Decimal 84 0 29 0 1 0.65 0.67 339.29 1 0.16
Hex 54 0 1D 0 64 41 43 153 64 10
Octal 124 0 35 0 144 101 103 523 144 20
Binary 1010100 0 11101 0 1100100 1000001 1000011 101010011 1100100 10000

Color Harmonies of #54001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54001D

Black with #54001D

Text Example


Text Example

White with #54001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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