Html Css Color HEX #541825 Bordeaux

📋 copy color: '#541825'

red 84 ◦ green 24 ◦ blue 37

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

Shades of Bordeaux #541825

Tints of Bordeaux #541825

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.55%

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

R = 57.93%
G = 16.55%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#541825 (or 0x541825) is known color: Bordeaux. HEX triplet: 54, 18 and 25. RGB value is (84,24,37). Sum of RGB (Red+Green+Blue) = 84+24+37=145 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.93% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 84 - color contains mainly: red. Hex color #541825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541825 is #ABE7DA. Grayscale: #2B2B2B. Windows color (decimal): -11266011 or 2431060. OLE color: 2431060.

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

Color convert

RGB 84 24 37 -
CMYK 0 0.71 0.56 0.67
HSL 347º 0.56% 0.21% -
HSV(B) 347º 0.71% 0.33% -
XYZ 4.32 2.67 2.04 -
YUV 43.42 124.38 156.94 -
System Red Green Blue C M Y K H S L
Decimal 84 24 37 0 0.71 0.56 0.67 347 0.56 0.21
Hex 54 18 25 0 47 38 43 15B 38 15
Octal 124 30 45 0 107 70 103 533 70 25
Binary 1010100 11000 100101 0 1000111 111000 1000011 101011011 111000 10101

Color Harmonies of #541825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541825

Black with #541825

Text Example


Text Example

White with #541825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541825; }

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

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

background-color css

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

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

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

border-color css

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

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

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