Html Css Color HEX #534362 Mulled Wine

📋 copy color: '#534362'

red 83 ◦ green 67 ◦ blue 98

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

Shades of Mulled Wine #534362

Tints of Mulled Wine #534362

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.02%

 BLUE value IS 98 (38.67% from 255) = 39.52%

R = 33.47%
G = 27.02%
B = 39.52%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#534362 (or 0x534362) is known color: Mulled Wine. HEX triplet: 53, 43 and 62. RGB value is (83,67,98). Sum of RGB (Red+Green+Blue) = 83+67+98=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 98 - color contains mainly: blue. Hex color #534362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534362 is #ACBC9D. Grayscale: #4B4B4B. Windows color (decimal): -11320478 or 6439763. OLE color: 6439763.

HSL color Cylindrical-coordinate representation of color #534362: hue angle of 270.97º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #534362 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 67 98 -
CMYK 0.15 0.32 0 0.62
HSL 270.97º 0.19% 0.32% -
HSV(B) 270.97º 0.32% 0.38% -
XYZ 7.78 6.74 12.45 -
YUV 75.32 140.8 133.48 -
System Red Green Blue C M Y K H S L
Decimal 83 67 98 0.15 0.32 0 0.62 270.97 0.19 0.32
Hex 53 43 62 F 20 0 3E 10F 13 20
Octal 123 103 142 17 40 0 76 417 23 40
Binary 1010011 1000011 1100010 1111 100000 0 111110 100001111 10011 100000

Color Harmonies of #534362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534362

Black with #534362

Text Example


Text Example

White with #534362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534362; }

 p { color: rgb(83,67,98); }

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

background-color css

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

 a { background-color: rgb(83,67,98); }

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

border-color css

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

 span { border-color: rgb(83,67,98); }

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