Html Css Color HEX #541A2A Bordeaux

📋 copy color: '#541A2A'

red 84 ◦ green 26 ◦ blue 42

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

Shades of Bordeaux #541A2A

Tints of Bordeaux #541A2A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.11%

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

R = 55.26%
G = 17.11%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.5

 K value IS 0.67

RGB Variations

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

Color information

#541A2A (or 0x541A2A) is known color: Bordeaux. HEX triplet: 54, 1A and 2A. RGB value is (84,26,42). Sum of RGB (Red+Green+Blue) = 84+26+42=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #541A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541A2A is #ABE5D5. Grayscale: #2D2D2D. Windows color (decimal): -11265494 or 2759252. OLE color: 2759252.

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

Color convert

RGB 84 26 42 -
CMYK 0 0.69 0.5 0.67
HSL 343.45º 0.53% 0.22% -
HSV(B) 343.45º 0.69% 0.33% -
XYZ 4.44 2.79 2.49 -
YUV 45.17 126.22 155.7 -
System Red Green Blue C M Y K H S L
Decimal 84 26 42 0 0.69 0.5 0.67 343.45 0.53 0.22
Hex 54 1A 2A 0 45 32 43 157 35 16
Octal 124 32 52 0 105 62 103 527 65 26
Binary 1010100 11010 101010 0 1000101 110010 1000011 101010111 110101 10110

Color Harmonies of #541A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541A2A

Black with #541A2A

Text Example


Text Example

White with #541A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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