Html Css Color HEX #95114D Jazzberry Jam

📋 copy color: '#95114D'

red 149 ◦ green 17 ◦ blue 77

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

Shades of Jazzberry Jam #95114D

Tints of Jazzberry Jam #95114D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 31.69%

R = 61.32%
G = 7%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#95114D (or 0x95114D) is known color: Jazzberry Jam. HEX triplet: 95, 11 and 4D. RGB value is (149,17,77). Sum of RGB (Red+Green+Blue) = 149+17+77=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #95114D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95114D is #6AEEB2. Grayscale: #3F3F3F. Windows color (decimal): -7007923 or 5050773. OLE color: 5050773.

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

Color convert

RGB 149 17 77 -
CMYK 0 0.89 0.48 0.42
HSL 332.73º 0.8% 0.33% -
HSV(B) 332.73º 0.89% 0.58% -
XYZ 13.93 7.33 7.7 -
YUV 63.31 135.73 189.12 -
System Red Green Blue C M Y K H S L
Decimal 149 17 77 0 0.89 0.48 0.42 332.73 0.8 0.33
Hex 95 11 4D 0 59 30 2A 14D 50 21
Octal 225 21 115 0 131 60 52 515 120 41
Binary 10010101 10001 1001101 0 1011001 110000 101010 101001101 1010000 100001

Color Harmonies of #95114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95114D

Black with #95114D

Text Example


Text Example

White with #95114D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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