#95024F

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

Shades of Jazzberry Jam #95024F

Tints of Jazzberry Jam #95024F

Color information

#95024F (or 0x95024F) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 02 and 4F. RGB value is (149,2,79). Sum of RGB (Red+Green+Blue) = 149+2+79=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #95024F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95024F is #6AFDB0. Grayscale: #363636. Windows color (decimal): -7011761 or 5178005. OLE color: 5178005.

HSL color Cylindrical-coordinate representation of color #95024F: hue angle of 328.57º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95024F is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB149279-
CMYK00.990.470.42
HSL328.57º97.35%29.61%-
HSV(B)328.57º98.66%58.43%-
XYZ13.8378.02-
YUV54.73141.7195.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.78%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 79 (31.25% from 255) = 34.35%
R=64.78%
G=0.87%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14927900.990.470.42328.5797.3529.61
Hex9524F0632F2A149611e
Octal22521170143575251114136
Binary1001010110100111101100011101111101010101001001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95024F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95024F; }

 p { color: rgb(149,2,79); }

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

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

 a { background-color: rgb(149,2,79); }

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

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

 span { border-color: rgb(149,2,79); }

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