Html Css Color HEX #540818 Bordeaux

📋 copy color: '#540818'

red 84 ◦ green 8 ◦ blue 24

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

Shades of Bordeaux #540818

Tints of Bordeaux #540818

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.9%

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

R = 72.41%
G = 6.9%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#540818 (or 0x540818) is known color: Bordeaux. HEX triplet: 54, 08 and 18. RGB value is (84,8,24). Sum of RGB (Red+Green+Blue) = 84+8+24=116 (15% of max value = 765). Red value is 84 (33.20% from 255 or 72.41% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 84 - color contains mainly: red. Hex color #540818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540818 is #ABF7E7. Grayscale: #202020. Windows color (decimal): -11270120 or 1574996. OLE color: 1574996.

HSL color Cylindrical-coordinate representation of color #540818: hue angle of 347.37º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #540818 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 8 24 -
CMYK 0 0.90 0.71 0.67
HSL 347.37º 0.83% 0.18% -
HSV(B) 347.37º 0.9% 0.33% -
XYZ 3.91 2.12 1.07 -
YUV 32.55 123.18 164.7 -
System Red Green Blue C M Y K H S L
Decimal 84 8 24 0 0.90 0.71 0.67 347.37 0.83 0.18
Hex 54 8 18 0 5A 47 43 15B 53 12
Octal 124 10 30 0 132 107 103 533 123 22
Binary 1010100 1000 11000 0 1011010 1000111 1000011 101011011 1010011 10010

Color Harmonies of #540818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540818

Black with #540818

Text Example


Text Example

White with #540818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540818; }

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

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

background-color css

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

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

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

border-color css

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

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

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