Html Css Color HEX #950441 Jazzberry Jam

📋 copy color: '#950441'

red 149 ◦ green 4 ◦ blue 65

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

Shades of Jazzberry Jam #950441

Tints of Jazzberry Jam #950441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.82%

R = 68.35%
G = 1.83%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#950441 (or 0x950441) is known color: Jazzberry Jam. HEX triplet: 95, 04 and 41. RGB value is (149,4,65). Sum of RGB (Red+Green+Blue) = 149+4+65=218 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.35% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 149 - color contains mainly: red. Hex color #950441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950441 is #6AFBBE. Grayscale: #363636. Windows color (decimal): -7011263 or 4261013. OLE color: 4261013.

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

Color convert

RGB 149 4 65 -
CMYK 0 0.97 0.56 0.42
HSL 334.76º 0.95% 0.3% -
HSV(B) 334.76º 0.97% 0.58% -
XYZ 13.39 6.86 5.62 -
YUV 54.31 134.04 195.54 -
System Red Green Blue C M Y K H S L
Decimal 149 4 65 0 0.97 0.56 0.42 334.76 0.95 0.3
Hex 95 4 41 0 61 38 2A 14F 5F 1E
Octal 225 4 101 0 141 70 52 517 137 36
Binary 10010101 100 1000001 0 1100001 111000 101010 101001111 1011111 11110

Color Harmonies of #950441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950441

Black with #950441

Text Example


Text Example

White with #950441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950441; }

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

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

background-color css

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

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

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

border-color css

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

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

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