Html Css Color HEX #950547 Jazzberry Jam

📋 copy color: '#950547'

red 149 ◦ green 5 ◦ blue 71

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

Shades of Jazzberry Jam #950547

Tints of Jazzberry Jam #950547

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.22%

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

R = 66.22%
G = 2.22%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#950547 (or 0x950547) is known color: Jazzberry Jam. HEX triplet: 95, 05 and 47. RGB value is (149,5,71). Sum of RGB (Red+Green+Blue) = 149+5+71=225 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.22% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 149 - color contains mainly: red. Hex color #950547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950547 is #6AFAB8. Grayscale: #373737. Windows color (decimal): -7011001 or 4654485. OLE color: 4654485.

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

Color convert

RGB 149 5 71 -
CMYK 0 0.97 0.52 0.42
HSL 332.5º 0.94% 0.3% -
HSV(B) 332.5º 0.97% 0.58% -
XYZ 13.59 6.95 6.59 -
YUV 55.58 136.71 194.63 -
System Red Green Blue C M Y K H S L
Decimal 149 5 71 0 0.97 0.52 0.42 332.5 0.94 0.3
Hex 95 5 47 0 61 34 2A 14C 5E 1E
Octal 225 5 107 0 141 64 52 514 136 36
Binary 10010101 101 1000111 0 1100001 110100 101010 101001100 1011110 11110

Color Harmonies of #950547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950547

Black with #950547

Text Example


Text Example

White with #950547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950547; }

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

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

background-color css

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

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

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

border-color css

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

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

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