Html Css Color HEX #950241 Jazzberry Jam

📋 copy color: '#950241'

red 149 ◦ green 2 ◦ blue 65

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

Shades of Jazzberry Jam #950241

Tints of Jazzberry Jam #950241

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

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

R = 68.98%
G = 0.93%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#950241 (or 0x950241) is known color: Jazzberry Jam. HEX triplet: 95, 02 and 41. RGB value is (149,2,65). Sum of RGB (Red+Green+Blue) = 149+2+65=216 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.98% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 149 - color contains mainly: red. Hex color #950241 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950241 is #6AFDBE. Grayscale: #353535. Windows color (decimal): -7011775 or 4260501. OLE color: 4260501.

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

Color convert

RGB 149 2 65 -
CMYK 0 0.99 0.56 0.42
HSL 334.29º 0.97% 0.3% -
HSV(B) 334.29º 0.99% 0.58% -
XYZ 13.37 6.81 5.61 -
YUV 53.14 134.7 196.38 -
System Red Green Blue C M Y K H S L
Decimal 149 2 65 0 0.99 0.56 0.42 334.29 0.97 0.3
Hex 95 2 41 0 63 38 2A 14E 61 1E
Octal 225 2 101 0 143 70 52 516 141 36
Binary 10010101 10 1000001 0 1100011 111000 101010 101001110 1100001 11110

Color Harmonies of #950241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950241

Black with #950241

Text Example


Text Example

White with #950241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950241; }

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

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

background-color css

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

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

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

border-color css

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

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

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