Html Css Color HEX #541C28 Bordeaux

📋 copy color: '#541C28'

red 84 ◦ green 28 ◦ blue 40

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

Shades of Bordeaux #541C28

Tints of Bordeaux #541C28

RGB

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

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

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

R = 55.26%
G = 18.42%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#541C28 (or 0x541C28) is known color: Bordeaux. HEX triplet: 54, 1C and 28. RGB value is (84,28,40). Sum of RGB (Red+Green+Blue) = 84+28+40=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #541C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541C28 is #ABE3D7. Grayscale: #2E2E2E. Windows color (decimal): -11264984 or 2628692. OLE color: 2628692.

HSL color Cylindrical-coordinate representation of color #541C28: hue angle of 347.14º 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 #541C28 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 28 40 -
CMYK 0 0.67 0.52 0.67
HSL 347.14º 0.5% 0.22% -
HSV(B) 347.14º 0.67% 0.33% -
XYZ 4.45 2.87 2.33 -
YUV 46.11 124.55 155.02 -
System Red Green Blue C M Y K H S L
Decimal 84 28 40 0 0.67 0.52 0.67 347.14 0.5 0.22
Hex 54 1C 28 0 43 34 43 15B 32 16
Octal 124 34 50 0 103 64 103 533 62 26
Binary 1010100 11100 101000 0 1000011 110100 1000011 101011011 110010 10110

Color Harmonies of #541C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541C28

Black with #541C28

Text Example


Text Example

White with #541C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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