Html Css Color HEX #54070F Bordeaux

📋 copy color: '#54070F'

red 84 ◦ green 7 ◦ blue 15

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

Shades of Bordeaux #54070F

Tints of Bordeaux #54070F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 14.15%

R = 79.25%
G = 6.6%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#54070F (or 0x54070F) is known color: Bordeaux. HEX triplet: 54, 07 and 0F. RGB value is (84,7,15). Sum of RGB (Red+Green+Blue) = 84+7+15=106 (14% of max value = 765). Red value is 84 (33.20% from 255 or 79.25% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 84 - color contains mainly: red. Hex color #54070F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54070F is #ABF8F0. Grayscale: #1E1E1E. Windows color (decimal): -11270385 or 984916. OLE color: 984916.

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

Color convert

RGB 84 7 15 -
CMYK 0 0.92 0.82 0.67
HSL 353.77º 0.85% 0.18% -
HSV(B) 353.77º 0.92% 0.33% -
XYZ 3.82 2.07 0.65 -
YUV 30.94 119.01 165.85 -
System Red Green Blue C M Y K H S L
Decimal 84 7 15 0 0.92 0.82 0.67 353.77 0.85 0.18
Hex 54 7 F 0 5C 52 43 162 55 12
Octal 124 7 17 0 134 122 103 542 125 22
Binary 1010100 111 1111 0 1011100 1010010 1000011 101100010 1010101 10010

Color Harmonies of #54070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54070F

Black with #54070F

Text Example


Text Example

White with #54070F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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