Html Css Color HEX #950242 Jazzberry Jam

📋 copy color: '#950242'

red 149 ◦ green 2 ◦ blue 66

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

Shades of Jazzberry Jam #950242

Tints of Jazzberry Jam #950242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30.41%

R = 68.66%
G = 0.92%
B = 30.41%

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

#950242 (or 0x950242) is known color: Jazzberry Jam. HEX triplet: 95, 02 and 42. RGB value is (149,2,66). Sum of RGB (Red+Green+Blue) = 149+2+66=217 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.66% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 149 - color contains mainly: red. Hex color #950242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950242 is #6AFDBD. Grayscale: #353535. Windows color (decimal): -7011774 or 4326037. OLE color: 4326037.

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

Color convert

RGB 149 2 66 -
CMYK 0 0.99 0.56 0.42
HSL 333.88º 0.97% 0.3% -
HSV(B) 333.88º 0.99% 0.58% -
XYZ 13.4 6.83 5.77 -
YUV 53.25 135.2 196.3 -
System Red Green Blue C M Y K H S L
Decimal 149 2 66 0 0.99 0.56 0.42 333.88 0.97 0.3
Hex 95 2 42 0 63 38 2A 14E 61 1E
Octal 225 2 102 0 143 70 52 516 141 36
Binary 10010101 10 1000010 0 1100011 111000 101010 101001110 1100001 11110

Color Harmonies of #950242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950242

Black with #950242

Text Example


Text Example

White with #950242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950242; }

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

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

background-color css

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

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

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

border-color css

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

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

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