Html Css Color HEX #514450 Purple Taupe

📋 copy color: '#514450'

red 81 ◦ green 68 ◦ blue 80

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

Shades of Purple Taupe #514450

Tints of Purple Taupe #514450

RGB

 RED value IS 81 (32.03% from 255) = 35.37%

 GREEN value IS 68 (26.95% from 255) = 29.69%

 BLUE value IS 80 (31.64% from 255) = 34.93%

R = 35.37%
G = 29.69%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#514450 (or 0x514450) is known color: Purple Taupe. HEX triplet: 51, 44 and 50. RGB value is (81,68,80). Sum of RGB (Red+Green+Blue) = 81+68+80=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 81 - color contains mainly: red. Hex color #514450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514450 is #AEBBAF. Grayscale: #494949. Windows color (decimal): -11451312 or 5260369. OLE color: 5260369.

HSL color Cylindrical-coordinate representation of color #514450: hue angle of 304.62º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #514450 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 68 80 -
CMYK 0 0.16 0.01 0.68
HSL 304.62º 0.09% 0.29% -
HSV(B) 304.62º 0.16% 0.32% -
XYZ 6.91 6.46 8.47 -
YUV 73.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 81 68 80 0 0.16 0.01 0.68 304.62 0.09 0.29
Hex 51 44 50 0 10 1 44 131 9 1D
Octal 121 104 120 0 20 1 104 461 11 35
Binary 1010001 1000100 1010000 0 10000 1 1000100 100110001 1001 11101

Color Harmonies of #514450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514450

Black with #514450

Text Example


Text Example

White with #514450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514450; }

 p { color: rgb(81,68,80); }

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

background-color css

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

 a { background-color: rgb(81,68,80); }

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

border-color css

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

 span { border-color: rgb(81,68,80); }

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