Html Css Color HEX #540212 Bordeaux

📋 copy color: '#540212'

red 84 ◦ green 2 ◦ blue 18

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

Shades of Bordeaux #540212

Tints of Bordeaux #540212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.92%

 BLUE value IS 18 (7.42% from 255) = 17.31%

R = 80.77%
G = 1.92%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#540212 (or 0x540212) is known color: Bordeaux. HEX triplet: 54, 02 and 12. RGB value is (84,2,18). Sum of RGB (Red+Green+Blue) = 84+2+18=104 (13% of max value = 765). Red value is 84 (33.20% from 255 or 80.77% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 84 - color contains mainly: red. Hex color #540212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540212 is #ABFDED. Grayscale: #1C1C1C. Windows color (decimal): -11271662 or 1180244. OLE color: 1180244.

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

Color convert

RGB 84 2 18 -
CMYK 0 0.98 0.79 0.67
HSL 348.29º 0.95% 0.17% -
HSV(B) 348.29º 0.98% 0.33% -
XYZ 3.79 1.97 0.75 -
YUV 28.34 122.17 167.7 -
System Red Green Blue C M Y K H S L
Decimal 84 2 18 0 0.98 0.79 0.67 348.29 0.95 0.17
Hex 54 2 12 0 62 4F 43 15C 5F 11
Octal 124 2 22 0 142 117 103 534 137 21
Binary 1010100 10 10010 0 1100010 1001111 1000011 101011100 1011111 10001

Color Harmonies of #540212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540212

Black with #540212

Text Example


Text Example

White with #540212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540212; }

 p { color: rgb(84,2,18); }

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

background-color css

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

 a { background-color: rgb(84,2,18); }

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

border-color css

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

 span { border-color: rgb(84,2,18); }

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