Html Css Color HEX #541C25 Bordeaux

📋 copy color: '#541C25'

red 84 ◦ green 28 ◦ blue 37

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

Shades of Bordeaux #541C25

Tints of Bordeaux #541C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 24.83%

R = 56.38%
G = 18.79%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#541C25 (or 0x541C25) is known color: Bordeaux. HEX triplet: 54, 1C and 25. RGB value is (84,28,37). Sum of RGB (Red+Green+Blue) = 84+28+37=149 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.38% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 84 - color contains mainly: red. Hex color #541C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541C25 is #ABE3DA. Grayscale: #2D2D2D. Windows color (decimal): -11264987 or 2432084. OLE color: 2432084.

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

Color convert

RGB 84 28 37 -
CMYK 0 0.67 0.56 0.67
HSL 350.36º 0.5% 0.22% -
HSV(B) 350.36º 0.67% 0.33% -
XYZ 4.41 2.85 2.07 -
YUV 45.77 123.05 155.27 -
System Red Green Blue C M Y K H S L
Decimal 84 28 37 0 0.67 0.56 0.67 350.36 0.5 0.22
Hex 54 1C 25 0 43 38 43 15E 32 16
Octal 124 34 45 0 103 70 103 536 62 26
Binary 1010100 11100 100101 0 1000011 111000 1000011 101011110 110010 10110

Color Harmonies of #541C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541C25

Black with #541C25

Text Example


Text Example

White with #541C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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