#95024E

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

Shades of Jazzberry Jam #95024E

Tints of Jazzberry Jam #95024E

Color information

#95024E (or 0x95024E) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 02 and 4E. RGB value is (149,2,78). Sum of RGB (Red+Green+Blue) = 149+2+78=229 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.07% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 149 - color contains mainly: red. Hex color #95024E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95024E is #6AFDB1. Grayscale: #363636. Windows color (decimal): -7011762 or 5112469. OLE color: 5112469.

HSL color Cylindrical-coordinate representation of color #95024E: hue angle of 328.98º 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 #95024E is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB149278-
CMYK00.990.480.42
HSL328.98º97.35%29.61%-
HSV(B)328.98º98.66%58.43%-
XYZ13.796.987.83-
YUV54.62141.2195.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.07%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 78 (30.86% from 255) = 34.06%
R=65.07%
G=0.87%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14927800.990.480.42328.9897.3529.61
Hex9524E063302A149611e
Octal22521160143605251114136
Binary1001010110100111001100011110000101010101001001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95024E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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