Html Css Color HEX #95104C Jazzberry Jam

📋 copy color: '#95104C'

red 149 ◦ green 16 ◦ blue 76

#95104C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #95104C

Tints of Jazzberry Jam #95104C

RGB

 RED value IS 149 (58.59% from 255) = 61.83%

 GREEN value IS 16 (6.64% from 255) = 6.64%

 BLUE value IS 76 (30.08% from 255) = 31.54%

R = 61.83%
G = 6.64%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#95104C (or 0x95104C) is known color: Jazzberry Jam. HEX triplet: 95, 10 and 4C. RGB value is (149,16,76). Sum of RGB (Red+Green+Blue) = 149+16+76=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #95104C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95104C is #6AEFB3. Grayscale: #3E3E3E. Windows color (decimal): -7008180 or 4984981. OLE color: 4984981.

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

Color convert

RGB 149 16 76 -
CMYK 0 0.89 0.49 0.42
HSL 332.93º 0.81% 0.32% -
HSV(B) 332.93º 0.89% 0.58% -
XYZ 13.88 7.28 7.51 -
YUV 62.61 135.56 189.62 -
System Red Green Blue C M Y K H S L
Decimal 149 16 76 0 0.89 0.49 0.42 332.93 0.81 0.32
Hex 95 10 4C 0 59 31 2A 14D 51 20
Octal 225 20 114 0 131 61 52 515 121 40
Binary 10010101 10000 1001100 0 1011001 110001 101010 101001101 1010001 100000

Color Harmonies of #95104C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95104C

Black with #95104C

Text Example


Text Example

White with #95104C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #95104C;
 }
 .AnyTagClassName
 {
   color: #95104C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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