Html Css Color HEX #540F18 Bordeaux

📋 copy color: '#540F18'

red 84 ◦ green 15 ◦ blue 24

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

Shades of Bordeaux #540F18

Tints of Bordeaux #540F18

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.2%

 BLUE value IS 24 (9.77% from 255) = 19.51%

R = 68.29%
G = 12.2%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#540F18 (or 0x540F18) is known color: Bordeaux. HEX triplet: 54, 0F and 18. RGB value is (84,15,24). Sum of RGB (Red+Green+Blue) = 84+15+24=123 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.29% from 123); Green value is 15 (6.25% from 255 or 12.20% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 84 - color contains mainly: red. Hex color #540F18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540F18 is #ABF0E7. Grayscale: #242424. Windows color (decimal): -11268328 or 1576788. OLE color: 1576788.

HSL color Cylindrical-coordinate representation of color #540F18: hue angle of 352.17º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #540F18 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 15 24 -
CMYK 0 0.82 0.71 0.67
HSL 352.17º 0.7% 0.19% -
HSV(B) 352.17º 0.82% 0.33% -
XYZ 3.99 2.29 1.1 -
YUV 36.66 120.86 161.77 -
System Red Green Blue C M Y K H S L
Decimal 84 15 24 0 0.82 0.71 0.67 352.17 0.7 0.19
Hex 54 F 18 0 52 47 43 160 46 13
Octal 124 17 30 0 122 107 103 540 106 23
Binary 1010100 1111 11000 0 1010010 1000111 1000011 101100000 1000110 10011

Color Harmonies of #540F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540F18

Black with #540F18

Text Example


Text Example

White with #540F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540F18; }

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

 H1.HeaderClassName
 {
   color: #540F18;
 }
 .AnyTagClassName
 {
   color: #540F18;
 }
</style>

background-color css

<style>
 a { background-color: #540F18; }

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

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

border-color css

<style>
 span { border-color: #540F18; }

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

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