Html Css Color HEX #95114C Jazzberry Jam

📋 copy color: '#95114C'

red 149 ◦ green 17 ◦ blue 76

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

Shades of Jazzberry Jam #95114C

Tints of Jazzberry Jam #95114C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.02%

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

R = 61.57%
G = 7.02%
B = 31.4%

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

#95114C (or 0x95114C) is known color: Jazzberry Jam. HEX triplet: 95, 11 and 4C. RGB value is (149,17,76). Sum of RGB (Red+Green+Blue) = 149+17+76=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #95114C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95114C is #6AEEB3. Grayscale: #3F3F3F. Windows color (decimal): -7007924 or 4985237. OLE color: 4985237.

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

Color convert

RGB 149 17 76 -
CMYK 0 0.89 0.49 0.42
HSL 333.18º 0.8% 0.33% -
HSV(B) 333.18º 0.89% 0.58% -
XYZ 13.9 7.31 7.52 -
YUV 63.19 135.23 189.2 -
System Red Green Blue C M Y K H S L
Decimal 149 17 76 0 0.89 0.49 0.42 333.18 0.8 0.33
Hex 95 11 4C 0 59 31 2A 14D 50 21
Octal 225 21 114 0 131 61 52 515 120 41
Binary 10010101 10001 1001100 0 1011001 110001 101010 101001101 1010000 100001

Color Harmonies of #95114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95114C

Black with #95114C

Text Example


Text Example

White with #95114C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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