#951353

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

Shades of Jazzberry Jam #951353

Tints of Jazzberry Jam #951353

Color information

#951353 (or 0x951353) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 13 and 53. RGB value is (149,19,83). Sum of RGB (Red+Green+Blue) = 149+19+83=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #951353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951353 is #6AECAC. Grayscale: #414141. Windows color (decimal): -7007405 or 5444501. OLE color: 5444501.

HSL color Cylindrical-coordinate representation of color #951353: hue angle of 330.46º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951353 is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB1491983-
CMYK00.870.440.42
HSL330.46º77.38%32.94%-
HSV(B)330.46º87.25%58.43%-
XYZ14.197.488.88-
YUV65.17138.07187.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.36%
GREEN value IS 19 (7.81% from 255) = 7.57%
BLUE value IS 83 (32.81% from 255) = 33.07%
R=59.36%
G=7.57%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149198300.870.440.42330.4677.3832.94
Hex9513530572C2A14a4d21
Octal225231230127545251211541
Binary10010101100111010011010101111011001010101010010101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951353; }

 p { color: rgb(149,19,83); }

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

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

 a { background-color: rgb(149,19,83); }

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

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

 span { border-color: rgb(149,19,83); }

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