Html Css Color HEX #541023 Bordeaux

📋 copy color: '#541023'

red 84 ◦ green 16 ◦ blue 35

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

Shades of Bordeaux #541023

Tints of Bordeaux #541023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.85%

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

R = 62.22%
G = 11.85%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#541023 (or 0x541023) is known color: Bordeaux. HEX triplet: 54, 10 and 23. RGB value is (84,16,35). Sum of RGB (Red+Green+Blue) = 84+16+35=135 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.22% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 84 - color contains mainly: red. Hex color #541023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541023 is #ABEFDC. Grayscale: #262626. Windows color (decimal): -11268061 or 2297940. OLE color: 2297940.

HSL color Cylindrical-coordinate representation of color #541023: hue angle of 343.24º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #541023 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 16 35 -
CMYK 0 0.81 0.58 0.67
HSL 343.24º 0.68% 0.2% -
HSV(B) 343.24º 0.81% 0.33% -
XYZ 4.14 2.38 1.83 -
YUV 38.5 126.03 160.46 -
System Red Green Blue C M Y K H S L
Decimal 84 16 35 0 0.81 0.58 0.67 343.24 0.68 0.2
Hex 54 10 23 0 51 3A 43 157 44 14
Octal 124 20 43 0 121 72 103 527 104 24
Binary 1010100 10000 100011 0 1010001 111010 1000011 101010111 1000100 10100

Color Harmonies of #541023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541023

Black with #541023

Text Example


Text Example

White with #541023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541023; }

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

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

background-color css

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

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

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

border-color css

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

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

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