Html Css Color HEX #54070D Bordeaux

📋 copy color: '#54070D'

red 84 ◦ green 7 ◦ blue 13

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

Shades of Bordeaux #54070D

Tints of Bordeaux #54070D

RGB

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

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

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

R = 80.77%
G = 6.73%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#54070D (or 0x54070D) is known color: Bordeaux. HEX triplet: 54, 07 and 0D. RGB value is (84,7,13). Sum of RGB (Red+Green+Blue) = 84+7+13=104 (13% of max value = 765). Red value is 84 (33.20% from 255 or 80.77% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 13 (5.47% from 255 or 12.5% from 104); Max value from RGB is 84 - color contains mainly: red. Hex color #54070D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54070D is #ABF8F2. Grayscale: #1E1E1E. Windows color (decimal): -11270387 or 853844. OLE color: 853844.

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

Color convert

RGB 84 7 13 -
CMYK 0 0.92 0.85 0.67
HSL 355.32º 0.85% 0.18% -
HSV(B) 355.32º 0.92% 0.33% -
XYZ 3.8 2.07 0.58 -
YUV 30.71 118.01 166.01 -
System Red Green Blue C M Y K H S L
Decimal 84 7 13 0 0.92 0.85 0.67 355.32 0.85 0.18
Hex 54 7 D 0 5C 55 43 163 55 12
Octal 124 7 15 0 134 125 103 543 125 22
Binary 1010100 111 1101 0 1011100 1010101 1000011 101100011 1010101 10010

Color Harmonies of #54070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54070D

Black with #54070D

Text Example


Text Example

White with #54070D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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