Html Css Color HEX #541823 Bordeaux

📋 copy color: '#541823'

red 84 ◦ green 24 ◦ blue 35

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

Shades of Bordeaux #541823

Tints of Bordeaux #541823

RGB

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

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

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

R = 58.74%
G = 16.78%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#541823 (or 0x541823) is known color: Bordeaux. HEX triplet: 54, 18 and 23. RGB value is (84,24,35). Sum of RGB (Red+Green+Blue) = 84+24+35=143 (18% of max value = 765). Red value is 84 (33.20% from 255 or 58.74% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 84 - color contains mainly: red. Hex color #541823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541823 is #ABE7DC. Grayscale: #2B2B2B. Windows color (decimal): -11266013 or 2299988. OLE color: 2299988.

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

Color convert

RGB 84 24 35 -
CMYK 0 0.71 0.58 0.67
HSL 349º 0.56% 0.21% -
HSV(B) 349º 0.71% 0.33% -
XYZ 4.29 2.66 1.88 -
YUV 43.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 84 24 35 0 0.71 0.58 0.67 349 0.56 0.21
Hex 54 18 23 0 47 3A 43 15D 38 15
Octal 124 30 43 0 107 72 103 535 70 25
Binary 1010100 11000 100011 0 1000111 111010 1000011 101011101 111000 10101

Color Harmonies of #541823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541823

Black with #541823

Text Example


Text Example

White with #541823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541823; }

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

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

background-color css

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

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

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

border-color css

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

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

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