Html Css Color HEX #54010F Bordeaux

📋 copy color: '#54010F'

red 84 ◦ green 1 ◦ blue 15

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

Shades of Bordeaux #54010F

Tints of Bordeaux #54010F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1%

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

R = 84%
G = 1%
B = 15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#54010F (or 0x54010F) is known color: Bordeaux. HEX triplet: 54, 01 and 0F. RGB value is (84,1,15). Sum of RGB (Red+Green+Blue) = 84+1+15=100 (13% of max value = 765). Red value is 84 (33.20% from 255 or 84% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 15 (6.25% from 255 or 15% from 100); Max value from RGB is 84 - color contains mainly: red. Hex color #54010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54010F is #ABFEF0. Grayscale: #1B1B1B. Windows color (decimal): -11271921 or 983380. OLE color: 983380.

HSL color Cylindrical-coordinate representation of color #54010F: hue angle of 349.88º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #54010F is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 1 15 -
CMYK 0 0.99 0.82 0.67
HSL 349.88º 0.98% 0.17% -
HSV(B) 349.88º 0.99% 0.33% -
XYZ 3.75 1.94 0.63 -
YUV 27.41 121 168.36 -
System Red Green Blue C M Y K H S L
Decimal 84 1 15 0 0.99 0.82 0.67 349.88 0.98 0.17
Hex 54 1 F 0 63 52 43 15E 62 11
Octal 124 1 17 0 143 122 103 536 142 21
Binary 1010100 1 1111 0 1100011 1010010 1000011 101011110 1100010 10001

Color Harmonies of #54010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54010F

Black with #54010F

Text Example


Text Example

White with #54010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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