Html Css Color HEX #951661 Jazzberry Jam

📋 copy color: '#951661'

red 149 ◦ green 22 ◦ blue 97

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

Shades of Jazzberry Jam #951661

Tints of Jazzberry Jam #951661

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.21%

 BLUE value IS 97 (38.28% from 255) = 36.19%

R = 55.6%
G = 8.21%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#951661 (or 0x951661) is known color: Jazzberry Jam. HEX triplet: 95, 16 and 61. RGB value is (149,22,97). Sum of RGB (Red+Green+Blue) = 149+22+97=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #951661 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951661 is #6AE99E. Grayscale: #444444. Windows color (decimal): -7006623 or 6362773. OLE color: 6362773.

HSL color Cylindrical-coordinate representation of color #951661: hue angle of 324.57º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951661 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 22 97 -
CMYK 0 0.85 0.35 0.42
HSL 324.57º 0.74% 0.34% -
HSV(B) 324.57º 0.85% 0.58% -
XYZ 14.84 7.83 12.04 -
YUV 68.52 144.08 185.4 -
System Red Green Blue C M Y K H S L
Decimal 149 22 97 0 0.85 0.35 0.42 324.57 0.74 0.34
Hex 95 16 61 0 55 23 2A 145 4A 22
Octal 225 26 141 0 125 43 52 505 112 42
Binary 10010101 10110 1100001 0 1010101 100011 101010 101000101 1001010 100010

Color Harmonies of #951661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951661

Black with #951661

Text Example


Text Example

White with #951661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951661; }

 p { color: rgb(149,22,97); }

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

background-color css

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

 a { background-color: rgb(149,22,97); }

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

border-color css

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

 span { border-color: rgb(149,22,97); }

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