Html Css Color HEX #541022 Bordeaux

📋 copy color: '#541022'

red 84 ◦ green 16 ◦ blue 34

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

Shades of Bordeaux #541022

Tints of Bordeaux #541022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 25.37%

R = 62.69%
G = 11.94%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#541022 (or 0x541022) is known color: Bordeaux. HEX triplet: 54, 10 and 22. RGB value is (84,16,34). Sum of RGB (Red+Green+Blue) = 84+16+34=134 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.69% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 34 (13.67% from 255 or 25.37% from 134); Max value from RGB is 84 - color contains mainly: red. Hex color #541022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541022 is #ABEFDD. Grayscale: #262626. Windows color (decimal): -11268062 or 2232404. OLE color: 2232404.

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

Color convert

RGB 84 16 34 -
CMYK 0 0.81 0.60 0.67
HSL 344.12º 0.68% 0.2% -
HSV(B) 344.12º 0.81% 0.33% -
XYZ 4.13 2.37 1.75 -
YUV 38.38 125.53 160.54 -
System Red Green Blue C M Y K H S L
Decimal 84 16 34 0 0.81 0.60 0.67 344.12 0.68 0.2
Hex 54 10 22 0 51 3C 43 158 44 14
Octal 124 20 42 0 121 74 103 530 104 24
Binary 1010100 10000 100010 0 1010001 111100 1000011 101011000 1000100 10100

Color Harmonies of #541022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541022

Black with #541022

Text Example


Text Example

White with #541022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541022; }

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

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

background-color css

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

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

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

border-color css

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

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

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