Html Css Color HEX #951563 Jazzberry Jam

📋 copy color: '#951563'

red 149 ◦ green 21 ◦ blue 99

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

Shades of Jazzberry Jam #951563

Tints of Jazzberry Jam #951563

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.81%

 BLUE value IS 99 (39.06% from 255) = 36.8%

R = 55.39%
G = 7.81%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#951563 (or 0x951563) is known color: Jazzberry Jam. HEX triplet: 95, 15 and 63. RGB value is (149,21,99). Sum of RGB (Red+Green+Blue) = 149+21+99=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #951563 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951563 is #6AEA9C. Grayscale: #434343. Windows color (decimal): -7006877 or 6493589. OLE color: 6493589.

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

Color convert

RGB 149 21 99 -
CMYK 0 0.86 0.34 0.42
HSL 323.44º 0.75% 0.33% -
HSV(B) 323.44º 0.86% 0.58% -
XYZ 14.91 7.83 12.53 -
YUV 68.16 145.41 185.66 -
System Red Green Blue C M Y K H S L
Decimal 149 21 99 0 0.86 0.34 0.42 323.44 0.75 0.33
Hex 95 15 63 0 56 22 2A 143 4B 21
Octal 225 25 143 0 126 42 52 503 113 41
Binary 10010101 10101 1100011 0 1010110 100010 101010 101000011 1001011 100001

Color Harmonies of #951563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951563

Black with #951563

Text Example


Text Example

White with #951563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951563; }

 p { color: rgb(149,21,99); }

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

background-color css

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

 a { background-color: rgb(149,21,99); }

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

border-color css

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

 span { border-color: rgb(149,21,99); }

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