Html Css Color HEX #950444 Jazzberry Jam

📋 copy color: '#950444'

red 149 ◦ green 4 ◦ blue 68

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

Shades of Jazzberry Jam #950444

Tints of Jazzberry Jam #950444

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.81%

 BLUE value IS 68 (26.95% from 255) = 30.77%

R = 67.42%
G = 1.81%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#950444 (or 0x950444) is known color: Jazzberry Jam. HEX triplet: 95, 04 and 44. RGB value is (149,4,68). Sum of RGB (Red+Green+Blue) = 149+4+68=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #950444 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950444 is #6AFBBB. Grayscale: #363636. Windows color (decimal): -7011260 or 4457621. OLE color: 4457621.

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

Color convert

RGB 149 4 68 -
CMYK 0 0.97 0.54 0.42
HSL 333.52º 0.95% 0.3% -
HSV(B) 333.52º 0.97% 0.58% -
XYZ 13.48 6.89 6.09 -
YUV 54.65 135.54 195.3 -
System Red Green Blue C M Y K H S L
Decimal 149 4 68 0 0.97 0.54 0.42 333.52 0.95 0.3
Hex 95 4 44 0 61 36 2A 14E 5F 1E
Octal 225 4 104 0 141 66 52 516 137 36
Binary 10010101 100 1000100 0 1100001 110110 101010 101001110 1011111 11110

Color Harmonies of #950444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950444

Black with #950444

Text Example


Text Example

White with #950444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950444; }

 p { color: rgb(149,4,68); }

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

background-color css

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

 a { background-color: rgb(149,4,68); }

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

border-color css

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

 span { border-color: rgb(149,4,68); }

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