Html Css Color HEX #950247 Jazzberry Jam

📋 copy color: '#950247'

red 149 ◦ green 2 ◦ blue 71

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

Shades of Jazzberry Jam #950247

Tints of Jazzberry Jam #950247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 67.12%
G = 0.9%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#950247 (or 0x950247) is known color: Jazzberry Jam. HEX triplet: 95, 02 and 47. RGB value is (149,2,71). Sum of RGB (Red+Green+Blue) = 149+2+71=222 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.12% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 71 (28.12% from 255 or 31.98% from 222); Max value from RGB is 149 - color contains mainly: red. Hex color #950247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950247 is #6AFDB8. Grayscale: #353535. Windows color (decimal): -7011769 or 4653717. OLE color: 4653717.

HSL color Cylindrical-coordinate representation of color #950247: hue angle of 331.84º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950247 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 2 71 -
CMYK 0 0.99 0.52 0.42
HSL 331.84º 0.97% 0.3% -
HSV(B) 331.84º 0.99% 0.58% -
XYZ 13.55 6.89 6.58 -
YUV 53.82 137.7 195.89 -
System Red Green Blue C M Y K H S L
Decimal 149 2 71 0 0.99 0.52 0.42 331.84 0.97 0.3
Hex 95 2 47 0 63 34 2A 14C 61 1E
Octal 225 2 107 0 143 64 52 514 141 36
Binary 10010101 10 1000111 0 1100011 110100 101010 101001100 1100001 11110

Color Harmonies of #950247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950247

Black with #950247

Text Example


Text Example

White with #950247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950247; }

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

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

background-color css

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

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

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

border-color css

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

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

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