Html Css Color HEX #541627 Bordeaux

📋 copy color: '#541627'

red 84 ◦ green 22 ◦ blue 39

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

Shades of Bordeaux #541627

Tints of Bordeaux #541627

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.17%

 BLUE value IS 39 (15.63% from 255) = 26.9%

R = 57.93%
G = 15.17%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#541627 (or 0x541627) is known color: Bordeaux. HEX triplet: 54, 16 and 27. RGB value is (84,22,39). Sum of RGB (Red+Green+Blue) = 84+22+39=145 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.93% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 84 - color contains mainly: red. Hex color #541627 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541627 is #ABE9D8. Grayscale: #2A2A2A. Windows color (decimal): -11266521 or 2561620. OLE color: 2561620.

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

Color convert

RGB 84 22 39 -
CMYK 0 0.74 0.54 0.67
HSL 343.55º 0.58% 0.21% -
HSV(B) 343.55º 0.74% 0.33% -
XYZ 4.31 2.61 2.2 -
YUV 42.48 126.04 157.62 -
System Red Green Blue C M Y K H S L
Decimal 84 22 39 0 0.74 0.54 0.67 343.55 0.58 0.21
Hex 54 16 27 0 4A 36 43 158 3A 15
Octal 124 26 47 0 112 66 103 530 72 25
Binary 1010100 10110 100111 0 1001010 110110 1000011 101011000 111010 10101

Color Harmonies of #541627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541627

Black with #541627

Text Example


Text Example

White with #541627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541627; }

 p { color: rgb(84,22,39); }

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

background-color css

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

 a { background-color: rgb(84,22,39); }

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

border-color css

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

 span { border-color: rgb(84,22,39); }

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