Html Css Color HEX #950442 Jazzberry Jam

📋 copy color: '#950442'

red 149 ◦ green 4 ◦ blue 66

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

Shades of Jazzberry Jam #950442

Tints of Jazzberry Jam #950442

RGB

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

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

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

R = 68.04%
G = 1.83%
B = 30.14%

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

#950442 (or 0x950442) is known color: Jazzberry Jam. HEX triplet: 95, 04 and 42. RGB value is (149,4,66). Sum of RGB (Red+Green+Blue) = 149+4+66=219 (29% of max value = 765). Red value is 149 (58.59% from 255 or 68.04% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 149 - color contains mainly: red. Hex color #950442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950442 is #6AFBBD. Grayscale: #363636. Windows color (decimal): -7011262 or 4326549. OLE color: 4326549.

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

Color convert

RGB 149 4 66 -
CMYK 0 0.97 0.56 0.42
HSL 334.34º 0.95% 0.3% -
HSV(B) 334.34º 0.97% 0.58% -
XYZ 13.42 6.87 5.77 -
YUV 54.42 134.54 195.46 -
System Red Green Blue C M Y K H S L
Decimal 149 4 66 0 0.97 0.56 0.42 334.34 0.95 0.3
Hex 95 4 42 0 61 38 2A 14E 5F 1E
Octal 225 4 102 0 141 70 52 516 137 36
Binary 10010101 100 1000010 0 1100001 111000 101010 101001110 1011111 11110

Color Harmonies of #950442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950442

Black with #950442

Text Example


Text Example

White with #950442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950442; }

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

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

background-color css

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

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

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

border-color css

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

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

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