Html Css Color HEX #950849 Jazzberry Jam

📋 copy color: '#950849'

red 149 ◦ green 8 ◦ blue 73

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

Shades of Jazzberry Jam #950849

Tints of Jazzberry Jam #950849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.48%

 BLUE value IS 73 (28.91% from 255) = 31.74%

R = 64.78%
G = 3.48%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#950849 (or 0x950849) is known color: Jazzberry Jam. HEX triplet: 95, 08 and 49. RGB value is (149,8,73). Sum of RGB (Red+Green+Blue) = 149+8+73=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #950849 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950849 is #6AF7B6. Grayscale: #393939. Windows color (decimal): -7010231 or 4786325. OLE color: 4786325.

HSL color Cylindrical-coordinate representation of color #950849: hue angle of 332.34º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950849 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 8 73 -
CMYK 0 0.95 0.51 0.42
HSL 332.34º 0.9% 0.31% -
HSV(B) 332.34º 0.95% 0.58% -
XYZ 13.68 7.04 6.94 -
YUV 57.57 136.71 193.21 -
System Red Green Blue C M Y K H S L
Decimal 149 8 73 0 0.95 0.51 0.42 332.34 0.9 0.31
Hex 95 8 49 0 5F 33 2A 14C 5A 1F
Octal 225 10 111 0 137 63 52 514 132 37
Binary 10010101 1000 1001001 0 1011111 110011 101010 101001100 1011010 11111

Color Harmonies of #950849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950849

Black with #950849

Text Example


Text Example

White with #950849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950849; }

 p { color: rgb(149,8,73); }

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

background-color css

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

 a { background-color: rgb(149,8,73); }

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

border-color css

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

 span { border-color: rgb(149,8,73); }

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