Html Css Color HEX #950246 Jazzberry Jam

📋 copy color: '#950246'

red 149 ◦ green 2 ◦ blue 70

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

Shades of Jazzberry Jam #950246

Tints of Jazzberry Jam #950246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 31.67%

R = 67.42%
G = 0.9%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#950246 (or 0x950246) is known color: Jazzberry Jam. HEX triplet: 95, 02 and 46. RGB value is (149,2,70). Sum of RGB (Red+Green+Blue) = 149+2+70=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #950246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950246 is #6AFDB9. Grayscale: #353535. Windows color (decimal): -7011770 or 4588181. OLE color: 4588181.

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

Color convert

RGB 149 2 70 -
CMYK 0 0.99 0.53 0.42
HSL 332.24º 0.97% 0.3% -
HSV(B) 332.24º 0.99% 0.58% -
XYZ 13.52 6.88 6.41 -
YUV 53.71 137.2 195.97 -
System Red Green Blue C M Y K H S L
Decimal 149 2 70 0 0.99 0.53 0.42 332.24 0.97 0.3
Hex 95 2 46 0 63 35 2A 14C 61 1E
Octal 225 2 106 0 143 65 52 514 141 36
Binary 10010101 10 1000110 0 1100011 110101 101010 101001100 1100001 11110

Color Harmonies of #950246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950246

Black with #950246

Text Example


Text Example

White with #950246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950246; }

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

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

background-color css

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

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

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

border-color css

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

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

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