Html Css Color HEX #950F5E Jazzberry Jam

📋 copy color: '#950F5E'

red 149 ◦ green 15 ◦ blue 94

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

Shades of Jazzberry Jam #950F5E

Tints of Jazzberry Jam #950F5E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.81%

 BLUE value IS 94 (37.11% from 255) = 36.43%

R = 57.75%
G = 5.81%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#950F5E (or 0x950F5E) is known color: Jazzberry Jam. HEX triplet: 95, 0F and 5E. RGB value is (149,15,94). Sum of RGB (Red+Green+Blue) = 149+15+94=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #950F5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950F5E is #6AF0A1. Grayscale: #3F3F3F. Windows color (decimal): -7008418 or 6164373. OLE color: 6164373.

HSL color Cylindrical-coordinate representation of color #950F5E: hue angle of 324.63º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #950F5E is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 15 94 -
CMYK 0 0.90 0.37 0.42
HSL 324.63º 0.82% 0.32% -
HSV(B) 324.63º 0.9% 0.58% -
XYZ 14.59 7.54 11.28 -
YUV 64.07 144.89 188.58 -
System Red Green Blue C M Y K H S L
Decimal 149 15 94 0 0.90 0.37 0.42 324.63 0.82 0.32
Hex 95 F 5E 0 5A 25 2A 145 52 20
Octal 225 17 136 0 132 45 52 505 122 40
Binary 10010101 1111 1011110 0 1011010 100101 101010 101000101 1010010 100000

Color Harmonies of #950F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950F5E

Black with #950F5E

Text Example


Text Example

White with #950F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,15,94); }

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

background-color css

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

 a { background-color: rgb(149,15,94); }

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

border-color css

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

 span { border-color: rgb(149,15,94); }

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