Html Css Color HEX #541928 Bordeaux

📋 copy color: '#541928'

red 84 ◦ green 25 ◦ blue 40

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

Shades of Bordeaux #541928

Tints of Bordeaux #541928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.78%

 BLUE value IS 40 (16.02% from 255) = 26.85%

R = 56.38%
G = 16.78%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#541928 (or 0x541928) is known color: Bordeaux. HEX triplet: 54, 19 and 28. RGB value is (84,25,40). Sum of RGB (Red+Green+Blue) = 84+25+40=149 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.38% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 84 - color contains mainly: red. Hex color #541928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541928 is #ABE6D7. Grayscale: #2C2C2C. Windows color (decimal): -11265752 or 2627924. OLE color: 2627924.

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

Color convert

RGB 84 25 40 -
CMYK 0 0.70 0.52 0.67
HSL 344.75º 0.54% 0.21% -
HSV(B) 344.75º 0.7% 0.33% -
XYZ 4.39 2.73 2.3 -
YUV 44.35 125.55 156.28 -
System Red Green Blue C M Y K H S L
Decimal 84 25 40 0 0.70 0.52 0.67 344.75 0.54 0.21
Hex 54 19 28 0 46 34 43 159 36 15
Octal 124 31 50 0 106 64 103 531 66 25
Binary 1010100 11001 101000 0 1000110 110100 1000011 101011001 110110 10101

Color Harmonies of #541928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541928

Black with #541928

Text Example


Text Example

White with #541928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541928; }

 p { color: rgb(84,25,40); }

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

background-color css

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

 a { background-color: rgb(84,25,40); }

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

border-color css

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

 span { border-color: rgb(84,25,40); }

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