Html Css Color HEX #950656 Jazzberry Jam

📋 copy color: '#950656'

red 149 ◦ green 6 ◦ blue 86

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

Shades of Jazzberry Jam #950656

Tints of Jazzberry Jam #950656

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.49%

 BLUE value IS 86 (33.98% from 255) = 35.68%

R = 61.83%
G = 2.49%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#950656 (or 0x950656) is known color: Jazzberry Jam. HEX triplet: 95, 06 and 56. RGB value is (149,6,86). Sum of RGB (Red+Green+Blue) = 149+6+86=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #950656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950656 is #6AF9A9. Grayscale: #393939. Windows color (decimal): -7010730 or 5637781. OLE color: 5637781.

HSL color Cylindrical-coordinate representation of color #950656: hue angle of 326.43º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #950656 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 6 86 -
CMYK 0 0.96 0.42 0.42
HSL 326.43º 0.92% 0.3% -
HSV(B) 326.43º 0.96% 0.58% -
XYZ 14.14 7.19 9.45 -
YUV 57.88 143.88 193 -
System Red Green Blue C M Y K H S L
Decimal 149 6 86 0 0.96 0.42 0.42 326.43 0.92 0.3
Hex 95 6 56 0 60 2A 2A 146 5C 1E
Octal 225 6 126 0 140 52 52 506 134 36
Binary 10010101 110 1010110 0 1100000 101010 101010 101000110 1011100 11110

Color Harmonies of #950656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950656

Black with #950656

Text Example


Text Example

White with #950656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950656; }

 p { color: rgb(149,6,86); }

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

background-color css

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

 a { background-color: rgb(149,6,86); }

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

border-color css

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

 span { border-color: rgb(149,6,86); }

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