#453251

Color #453251 Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #453251

Tints of Jagger #453251

Color information

#453251 (or 0x453251) is unknown color: approx Jagger. HEX triplet: 45, 32 and 51. RGB value is (69,50,81). Sum of RGB (Red+Green+Blue) = 69+50+81=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 81 - color contains mainly: blue. Hex color #453251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453251 is #BACDAE. Grayscale: #3B3B3B. Windows color (decimal): -12242351 or 5321285. OLE color: 5321285.

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

Color convert

RGB695081-
CMYK0.150.3800.68
HSL276.77º23.66%25.69%-
HSV(B)276.77º38.27%31.76%-
XYZ5.084.148.32-
YUV59.22140.29134.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.5%
GREEN value IS 50 (19.92% from 255) = 25%
BLUE value IS 81 (32.03% from 255) = 40.5%
R=34.5%
G=25%
B=40.5%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6950810.150.3800.68276.7723.6625.69
Hex453251F26044115181a
Octal10562121174601044253032
Binary100010111001010100011111100110010001001000101011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453251; }

 p { color: rgb(69,50,81); }

 H1.HeaderClassName
 {
   color: #453251;
 }
 .AnyTagClassName
 {
   color: #453251;
 }
</style>
background-color css

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

 a { background-color: rgb(69,50,81); }

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

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

 span { border-color: rgb(69,50,81); }

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