Html Css Color HEX #950E46 Jazzberry Jam

📋 copy color: '#950E46'

red 149 ◦ green 14 ◦ blue 70

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

Shades of Jazzberry Jam #950E46

Tints of Jazzberry Jam #950E46

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.01%

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

R = 63.95%
G = 6.01%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#950E46 (or 0x950E46) is known color: Jazzberry Jam. HEX triplet: 95, 0E and 46. RGB value is (149,14,70). Sum of RGB (Red+Green+Blue) = 149+14+70=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #950E46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950E46 is #6AF1B9. Grayscale: #3C3C3C. Windows color (decimal): -7008698 or 4591253. OLE color: 4591253.

HSL color Cylindrical-coordinate representation of color #950E46: hue angle of 335.11º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #950E46 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 14 70 -
CMYK 0 0.91 0.53 0.42
HSL 335.11º 0.83% 0.32% -
HSV(B) 335.11º 0.91% 0.58% -
XYZ 13.66 7.15 6.45 -
YUV 60.75 133.23 190.95 -
System Red Green Blue C M Y K H S L
Decimal 149 14 70 0 0.91 0.53 0.42 335.11 0.83 0.32
Hex 95 E 46 0 5B 35 2A 14F 53 20
Octal 225 16 106 0 133 65 52 517 123 40
Binary 10010101 1110 1000110 0 1011011 110101 101010 101001111 1010011 100000

Color Harmonies of #950E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950E46

Black with #950E46

Text Example


Text Example

White with #950E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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