Html Css Color HEX #951049 Jazzberry Jam

📋 copy color: '#951049'

red 149 ◦ green 16 ◦ blue 73

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

Shades of Jazzberry Jam #951049

Tints of Jazzberry Jam #951049

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.72%

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

R = 62.61%
G = 6.72%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#951049 (or 0x951049) is known color: Jazzberry Jam. HEX triplet: 95, 10 and 49. RGB value is (149,16,73). Sum of RGB (Red+Green+Blue) = 149+16+73=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #951049 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951049 is #6AEFB6. Grayscale: #3E3E3E. Windows color (decimal): -7008183 or 4788373. OLE color: 4788373.

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

Color convert

RGB 149 16 73 -
CMYK 0 0.89 0.51 0.42
HSL 334.29º 0.81% 0.32% -
HSV(B) 334.29º 0.89% 0.58% -
XYZ 13.78 7.24 6.97 -
YUV 62.27 134.06 189.87 -
System Red Green Blue C M Y K H S L
Decimal 149 16 73 0 0.89 0.51 0.42 334.29 0.81 0.32
Hex 95 10 49 0 59 33 2A 14E 51 20
Octal 225 20 111 0 131 63 52 516 121 40
Binary 10010101 10000 1001001 0 1011001 110011 101010 101001110 1010001 100000

Color Harmonies of #951049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951049

Black with #951049

Text Example


Text Example

White with #951049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951049; }

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

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

background-color css

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

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

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

border-color css

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

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

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