Html Css Color HEX #950E47 Jazzberry Jam

📋 copy color: '#950E47'

red 149 ◦ green 14 ◦ blue 71

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

Shades of Jazzberry Jam #950E47

Tints of Jazzberry Jam #950E47

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.98%

 BLUE value IS 71 (28.13% from 255) = 30.34%

R = 63.68%
G = 5.98%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#950E47 (or 0x950E47) is known color: Jazzberry Jam. HEX triplet: 95, 0E and 47. RGB value is (149,14,71). Sum of RGB (Red+Green+Blue) = 149+14+71=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 14 (5.86% from 255 or 5.98% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #950E47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950E47 is #6AF1B8. Grayscale: #3C3C3C. Windows color (decimal): -7008697 or 4656789. OLE color: 4656789.

HSL color Cylindrical-coordinate representation of color #950E47: hue angle of 334.67º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #950E47 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 14 71 -
CMYK 0 0.91 0.52 0.42
HSL 334.67º 0.83% 0.32% -
HSV(B) 334.67º 0.91% 0.58% -
XYZ 13.69 7.16 6.62 -
YUV 60.86 133.73 190.87 -
System Red Green Blue C M Y K H S L
Decimal 149 14 71 0 0.91 0.52 0.42 334.67 0.83 0.32
Hex 95 E 47 0 5B 34 2A 14F 53 20
Octal 225 16 107 0 133 64 52 517 123 40
Binary 10010101 1110 1000111 0 1011011 110100 101010 101001111 1010011 100000

Color Harmonies of #950E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950E47

Black with #950E47

Text Example


Text Example

White with #950E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950E47; }

 p { color: rgb(149,14,71); }

 H1.HeaderClassName
 {
   color: #950E47;
 }
 .AnyTagClassName
 {
   color: #950E47;
 }
</style>

background-color css

<style>
 a { background-color: #950E47; }

 a { background-color: rgb(149,14,71); }

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

border-color css

<style>
 span { border-color: #950E47; }

 span { border-color: rgb(149,14,71); }

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