Html Css Color HEX #414150 Payne's Grey

📋 copy color: '#414150'

red 65 ◦ green 65 ◦ blue 80

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

Shades of Payne's Grey #414150

Tints of Payne's Grey #414150

RGB

 RED value IS 65 (25.78% from 255) = 30.95%

 GREEN value IS 65 (25.78% from 255) = 30.95%

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

R = 30.95%
G = 30.95%
B = 38.1%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#414150 (or 0x414150) is known color: Payne's Grey. HEX triplet: 41, 41 and 50. RGB value is (65,65,80). Sum of RGB (Red+Green+Blue) = 65+65+80=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 80 - color contains mainly: blue. Hex color #414150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414150 is #BEBEAF. Grayscale: #424242. Windows color (decimal): -12500656 or 5259585. OLE color: 5259585.

HSL color Cylindrical-coordinate representation of color #414150: hue angle of 240º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #414150 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 65 80 -
CMYK 0.19 0.19 0 0.69
HSL 240º 0.1% 0.28% -
HSV(B) 240º 0.19% 0.31% -
XYZ 5.52 5.48 8.36 -
YUV 66.71 135.5 126.78 -
System Red Green Blue C M Y K H S L
Decimal 65 65 80 0.19 0.19 0 0.69 240 0.1 0.28
Hex 41 41 50 13 13 0 45 F0 A 1C
Octal 101 101 120 23 23 0 105 360 12 34
Binary 1000001 1000001 1010000 10011 10011 0 1000101 11110000 1010 11100

Color Harmonies of #414150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414150

Black with #414150

Text Example


Text Example

White with #414150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414150; }

 p { color: rgb(65,65,80); }

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

background-color css

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

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

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

border-color css

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

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

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