Html Css Color HEX #540823 Bordeaux

📋 copy color: '#540823'

red 84 ◦ green 8 ◦ blue 35

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

Shades of Bordeaux #540823

Tints of Bordeaux #540823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 27.56%

R = 66.14%
G = 6.3%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#540823 (or 0x540823) is known color: Bordeaux. HEX triplet: 54, 08 and 23. RGB value is (84,8,35). Sum of RGB (Red+Green+Blue) = 84+8+35=127 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.14% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 35 (14.06% from 255 or 27.56% from 127); Max value from RGB is 84 - color contains mainly: red. Hex color #540823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540823 is #ABF7DC. Grayscale: #212121. Windows color (decimal): -11270109 or 2295892. OLE color: 2295892.

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

Color convert

RGB 84 8 35 -
CMYK 0 0.90 0.58 0.67
HSL 338.68º 0.83% 0.18% -
HSV(B) 338.68º 0.9% 0.33% -
XYZ 4.05 2.18 1.8 -
YUV 33.8 128.68 163.8 -
System Red Green Blue C M Y K H S L
Decimal 84 8 35 0 0.90 0.58 0.67 338.68 0.83 0.18
Hex 54 8 23 0 5A 3A 43 153 53 12
Octal 124 10 43 0 132 72 103 523 123 22
Binary 1010100 1000 100011 0 1011010 111010 1000011 101010011 1010011 10010

Color Harmonies of #540823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540823

Black with #540823

Text Example


Text Example

White with #540823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540823; }

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

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

background-color css

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

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

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

border-color css

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

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

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