#95024D

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

Shades of Jazzberry Jam #95024D

Tints of Jazzberry Jam #95024D

Color information

#95024D (or 0x95024D) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 02 and 4D. RGB value is (149,2,77). Sum of RGB (Red+Green+Blue) = 149+2+77=228 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.35% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 149 - color contains mainly: red. Hex color #95024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95024D is #6AFDB2. Grayscale: #363636. Windows color (decimal): -7011763 or 5046933. OLE color: 5046933.

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

Color convert

RGB149277-
CMYK00.990.480.42
HSL329.39º97.35%29.61%-
HSV(B)329.39º98.66%58.43%-
XYZ13.766.977.64-
YUV54.5140.7195.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.35%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 77 (30.47% from 255) = 33.77%
R=65.35%
G=0.88%
B=33.77%

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
Decimal14927700.990.480.42329.3997.3529.61
Hex9524D063302A149611e
Octal22521150143605251114136
Binary1001010110100110101100011110000101010101001001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95024D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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