Html Css Color HEX #541C2A Bordeaux

📋 copy color: '#541C2A'

red 84 ◦ green 28 ◦ blue 42

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

Shades of Bordeaux #541C2A

Tints of Bordeaux #541C2A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.18%

 BLUE value IS 42 (16.8% from 255) = 27.27%

R = 54.55%
G = 18.18%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.5

 K value IS 0.67

RGB Variations

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

Color information

#541C2A (or 0x541C2A) is known color: Bordeaux. HEX triplet: 54, 1C and 2A. RGB value is (84,28,42). Sum of RGB (Red+Green+Blue) = 84+28+42=154 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.55% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 84 - color contains mainly: red. Hex color #541C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541C2A is #ABE3D5. Grayscale: #2E2E2E. Windows color (decimal): -11264982 or 2759764. OLE color: 2759764.

HSL color Cylindrical-coordinate representation of color #541C2A: hue angle of 345º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #541C2A is Cyan = 0, Magento = 0.67, Yellow = 0.5 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 28 42 -
CMYK 0 0.67 0.5 0.67
HSL 345º 0.5% 0.22% -
HSV(B) 345º 0.67% 0.33% -
XYZ 4.49 2.88 2.51 -
YUV 46.34 125.55 154.86 -
System Red Green Blue C M Y K H S L
Decimal 84 28 42 0 0.67 0.5 0.67 345 0.5 0.22
Hex 54 1C 2A 0 43 32 43 159 32 16
Octal 124 34 52 0 103 62 103 531 62 26
Binary 1010100 11100 101010 0 1000011 110010 1000011 101011001 110010 10110

Color Harmonies of #541C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541C2A

Black with #541C2A

Text Example


Text Example

White with #541C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541C2A; }

 p { color: rgb(84,28,42); }

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

background-color css

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

 a { background-color: rgb(84,28,42); }

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

border-color css

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

 span { border-color: rgb(84,28,42); }

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