#95084A

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

Shades of Jazzberry Jam #95084A

Tints of Jazzberry Jam #95084A

Color information

#95084A (or 0x95084A) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 08 and 4A. RGB value is (149,8,74). Sum of RGB (Red+Green+Blue) = 149+8+74=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #95084A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95084A is #6AF7B5. Grayscale: #393939. Windows color (decimal): -7010230 or 4851861. OLE color: 4851861.

HSL color Cylindrical-coordinate representation of color #95084A: hue angle of 331.91º 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 #95084A is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB149874-
CMYK00.950.500.42
HSL331.91º89.81%30.78%-
HSV(B)331.91º94.63%58.43%-
XYZ13.727.067.12-
YUV57.68137.21193.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.50%
GREEN value IS 8 (3.52% from 255) = 3.46%
BLUE value IS 74 (29.30% from 255) = 32.03%
R=64.50%
G=3.46%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14987400.950.500.42331.9189.8130.78
Hex9584A05F322A14c5a1f
Octal225101120137625251413237
Binary100101011000100101001011111110010101010101001100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95084A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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