Html Css Color HEX #950548 Jazzberry Jam

📋 copy color: '#950548'

red 149 ◦ green 5 ◦ blue 72

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

Shades of Jazzberry Jam #950548

Tints of Jazzberry Jam #950548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 31.86%

R = 65.93%
G = 2.21%
B = 31.86%

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

#950548 (or 0x950548) is known color: Jazzberry Jam. HEX triplet: 95, 05 and 48. RGB value is (149,5,72). Sum of RGB (Red+Green+Blue) = 149+5+72=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #950548 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950548 is #6AFAB7. Grayscale: #373737. Windows color (decimal): -7011000 or 4720021. OLE color: 4720021.

HSL color Cylindrical-coordinate representation of color #950548: hue angle of 332.08º 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 #950548 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 5 72 -
CMYK 0 0.97 0.52 0.42
HSL 332.08º 0.94% 0.3% -
HSV(B) 332.08º 0.97% 0.58% -
XYZ 13.62 6.97 6.76 -
YUV 55.69 137.21 194.55 -
System Red Green Blue C M Y K H S L
Decimal 149 5 72 0 0.97 0.52 0.42 332.08 0.94 0.3
Hex 95 5 48 0 61 34 2A 14C 5E 1E
Octal 225 5 110 0 141 64 52 514 136 36
Binary 10010101 101 1001000 0 1100001 110100 101010 101001100 1011110 11110

Color Harmonies of #950548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950548

Black with #950548

Text Example


Text Example

White with #950548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950548; }

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

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

background-color css

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

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

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

border-color css

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

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

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