Html Css Color HEX #403250 Jagger

📋 copy color: '#403250'

red 64 ◦ green 50 ◦ blue 80

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

Shades of Jagger #403250

Tints of Jagger #403250

RGB

 RED value IS 64 (25.39% from 255) = 32.99%

 GREEN value IS 50 (19.92% from 255) = 25.77%

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

R = 32.99%
G = 25.77%
B = 41.24%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#403250 (or 0x403250) is known color: Jagger. HEX triplet: 40, 32 and 50. RGB value is (64,50,80). Sum of RGB (Red+Green+Blue) = 64+50+80=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 80 - color contains mainly: blue. Hex color #403250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403250 is #BFCDAF. Grayscale: #393939. Windows color (decimal): -12570032 or 5255744. OLE color: 5255744.

HSL color Cylindrical-coordinate representation of color #403250: hue angle of 268º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #403250 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 50 80 -
CMYK 0.20 0.37 0 0.69
HSL 268º 0.23% 0.25% -
HSV(B) 268º 0.38% 0.31% -
XYZ 4.7 3.95 8.1 -
YUV 57.61 140.64 132.56 -
System Red Green Blue C M Y K H S L
Decimal 64 50 80 0.20 0.37 0 0.69 268 0.23 0.25
Hex 40 32 50 14 25 0 45 10C 17 19
Octal 100 62 120 24 45 0 105 414 27 31
Binary 1000000 110010 1010000 10100 100101 0 1000101 100001100 10111 11001

Color Harmonies of #403250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403250

Black with #403250

Text Example


Text Example

White with #403250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403250; }

 p { color: rgb(64,50,80); }

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

background-color css

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

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

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

border-color css

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

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

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