Html Css Color HEX #54030D Bordeaux

📋 copy color: '#54030D'

red 84 ◦ green 3 ◦ blue 13

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

Shades of Bordeaux #54030D

Tints of Bordeaux #54030D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3%

 BLUE value IS 13 (5.47% from 255) = 13%

R = 84%
G = 3%
B = 13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#54030D (or 0x54030D) is known color: Bordeaux. HEX triplet: 54, 03 and 0D. RGB value is (84,3,13). Sum of RGB (Red+Green+Blue) = 84+3+13=100 (13% of max value = 765). Red value is 84 (33.20% from 255 or 84% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 84 - color contains mainly: red. Hex color #54030D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54030D is #ABFCF2. Grayscale: #1C1C1C. Windows color (decimal): -11271411 or 852820. OLE color: 852820.

HSL color Cylindrical-coordinate representation of color #54030D: hue angle of 352.59º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #54030D is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 3 13 -
CMYK 0 0.96 0.85 0.67
HSL 352.59º 0.93% 0.17% -
HSV(B) 352.59º 0.96% 0.33% -
XYZ 3.76 1.98 0.56 -
YUV 28.36 119.34 167.69 -
System Red Green Blue C M Y K H S L
Decimal 84 3 13 0 0.96 0.85 0.67 352.59 0.93 0.17
Hex 54 3 D 0 60 55 43 161 5D 11
Octal 124 3 15 0 140 125 103 541 135 21
Binary 1010100 11 1101 0 1100000 1010101 1000011 101100001 1011101 10001

Color Harmonies of #54030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54030D

Black with #54030D

Text Example


Text Example

White with #54030D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,3,13); }

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

background-color css

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

 a { background-color: rgb(84,3,13); }

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

border-color css

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

 span { border-color: rgb(84,3,13); }

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