#95084C

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

Shades of Jazzberry Jam #95084C

Tints of Jazzberry Jam #95084C

Color information

#95084C (or 0x95084C) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 08 and 4C. RGB value is (149,8,76). Sum of RGB (Red+Green+Blue) = 149+8+76=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #95084C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95084C is #6AF7B3. Grayscale: #393939. Windows color (decimal): -7010228 or 4982933. OLE color: 4982933.

HSL color Cylindrical-coordinate representation of color #95084C: hue angle of 331.06º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #95084C is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB149876-
CMYK00.950.490.42
HSL331.06º89.81%30.78%-
HSV(B)331.06º94.63%58.43%-
XYZ13.797.097.48-
YUV57.91138.21192.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.95%
GREEN value IS 8 (3.52% from 255) = 3.43%
BLUE value IS 76 (30.08% from 255) = 32.62%
R=63.95%
G=3.43%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14987600.950.490.42331.0689.8130.78
Hex9584C05F312A14b5a1f
Octal225101140137615251313237
Binary100101011000100110001011111110001101010101001011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95084C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95084C; }

 p { color: rgb(149,8,76); }

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

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

 a { background-color: rgb(149,8,76); }

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

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

 span { border-color: rgb(149,8,76); }

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