#951A5A

Color #951A5A Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #951A5A

Tints of Jazzberry Jam #951A5A

Color information

#951A5A (or 0x951A5A) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 1A and 5A. RGB value is (149,26,90). Sum of RGB (Red+Green+Blue) = 149+26+90=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #951A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951A5A is #6AE5A5. Grayscale: #454545. Windows color (decimal): -7005606 or 5905045. OLE color: 5905045.

HSL color Cylindrical-coordinate representation of color #951A5A: hue angle of 328.78º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951A5A is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB1492690-
CMYK00.830.400.42
HSL328.78º70.29%34.31%-
HSV(B)328.78º82.55%58.43%-
XYZ14.617.8710.42-
YUV70.07139.25184.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.23%
GREEN value IS 26 (10.55% from 255) = 9.81%
BLUE value IS 90 (35.55% from 255) = 33.96%
R=56.23%
G=9.81%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149269000.830.400.42328.7870.2934.31
Hex951A5A053282A1494622
Octal225321320123505251110642
Binary10010101110101011010010100111010001010101010010011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951A5A; }

 p { color: rgb(149,26,90); }

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

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

 a { background-color: rgb(149,26,90); }

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

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

 span { border-color: rgb(149,26,90); }

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