Html Css Color HEX #534869 Mulled Wine

📋 copy color: '#534869'

red 83 ◦ green 72 ◦ blue 105

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

Shades of Mulled Wine #534869

Tints of Mulled Wine #534869

RGB

 RED value IS 83 (32.81% from 255) = 31.92%

 GREEN value IS 72 (28.52% from 255) = 27.69%

 BLUE value IS 105 (41.41% from 255) = 40.38%

R = 31.92%
G = 27.69%
B = 40.38%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#534869 (or 0x534869) is known color: Mulled Wine. HEX triplet: 53, 48 and 69. RGB value is (83,72,105). Sum of RGB (Red+Green+Blue) = 83+72+105=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 105 (41.41% from 255 or 40.38% from 260); Max value from RGB is 105 - color contains mainly: blue. Hex color #534869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534869 is #ACB796. Grayscale: #4E4E4E. Windows color (decimal): -11319191 or 6899795. OLE color: 6899795.

HSL color Cylindrical-coordinate representation of color #534869: hue angle of 260º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #534869 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 72 105 -
CMYK 0.21 0.31 0 0.59
HSL 260º 0.19% 0.35% -
HSV(B) 260º 0.31% 0.41% -
XYZ 8.43 7.49 14.37 -
YUV 79.05 142.64 130.82 -
System Red Green Blue C M Y K H S L
Decimal 83 72 105 0.21 0.31 0 0.59 260 0.19 0.35
Hex 53 48 69 15 1F 0 3B 104 13 23
Octal 123 110 151 25 37 0 73 404 23 43
Binary 1010011 1001000 1101001 10101 11111 0 111011 100000100 10011 100011

Color Harmonies of #534869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534869

Black with #534869

Text Example


Text Example

White with #534869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534869; }

 p { color: rgb(83,72,105); }

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

background-color css

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

 a { background-color: rgb(83,72,105); }

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

border-color css

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

 span { border-color: rgb(83,72,105); }

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