Html Css Color HEX #540825 Bordeaux

📋 copy color: '#540825'

red 84 ◦ green 8 ◦ blue 37

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

Shades of Bordeaux #540825

Tints of Bordeaux #540825

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.2%

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

R = 65.12%
G = 6.2%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#540825 (or 0x540825) is known color: Bordeaux. HEX triplet: 54, 08 and 25. RGB value is (84,8,37). Sum of RGB (Red+Green+Blue) = 84+8+37=129 (17% of max value = 765). Red value is 84 (33.20% from 255 or 65.12% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 84 - color contains mainly: red. Hex color #540825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540825 is #ABF7DA. Grayscale: #212121. Windows color (decimal): -11270107 or 2426964. OLE color: 2426964.

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

Color convert

RGB 84 8 37 -
CMYK 0 0.90 0.56 0.67
HSL 337.11º 0.83% 0.18% -
HSV(B) 337.11º 0.9% 0.33% -
XYZ 4.08 2.19 1.96 -
YUV 34.03 129.68 163.64 -
System Red Green Blue C M Y K H S L
Decimal 84 8 37 0 0.90 0.56 0.67 337.11 0.83 0.18
Hex 54 8 25 0 5A 38 43 151 53 12
Octal 124 10 45 0 132 70 103 521 123 22
Binary 1010100 1000 100101 0 1011010 111000 1000011 101010001 1010011 10010

Color Harmonies of #540825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540825

Black with #540825

Text Example


Text Example

White with #540825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540825; }

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

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

background-color css

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

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

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

border-color css

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

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

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