Html Css Color HEX #541522 Bordeaux

📋 copy color: '#541522'

red 84 ◦ green 21 ◦ blue 34

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

Shades of Bordeaux #541522

Tints of Bordeaux #541522

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.11%

 BLUE value IS 34 (13.67% from 255) = 24.46%

R = 60.43%
G = 15.11%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#541522 (or 0x541522) is known color: Bordeaux. HEX triplet: 54, 15 and 22. RGB value is (84,21,34). Sum of RGB (Red+Green+Blue) = 84+21+34=139 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.43% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 84 - color contains mainly: red. Hex color #541522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541522 is #ABEADD. Grayscale: #292929. Windows color (decimal): -11266782 or 2233684. OLE color: 2233684.

HSL color Cylindrical-coordinate representation of color #541522: hue angle of 347.62º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #541522 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 21 34 -
CMYK 0 0.75 0.60 0.67
HSL 347.62º 0.6% 0.21% -
HSV(B) 347.62º 0.75% 0.33% -
XYZ 4.21 2.54 1.78 -
YUV 41.32 123.87 158.44 -
System Red Green Blue C M Y K H S L
Decimal 84 21 34 0 0.75 0.60 0.67 347.62 0.6 0.21
Hex 54 15 22 0 4B 3C 43 15C 3C 15
Octal 124 25 42 0 113 74 103 534 74 25
Binary 1010100 10101 100010 0 1001011 111100 1000011 101011100 111100 10101

Color Harmonies of #541522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541522

Black with #541522

Text Example


Text Example

White with #541522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541522; }

 p { color: rgb(84,21,34); }

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

background-color css

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

 a { background-color: rgb(84,21,34); }

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

border-color css

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

 span { border-color: rgb(84,21,34); }

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