Html Css Color HEX #951363 Jazzberry Jam

📋 copy color: '#951363'

red 149 ◦ green 19 ◦ blue 99

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

Shades of Jazzberry Jam #951363

Tints of Jazzberry Jam #951363

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.12%

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

R = 55.81%
G = 7.12%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#951363 (or 0x951363) is known color: Jazzberry Jam. HEX triplet: 95, 13 and 63. RGB value is (149,19,99). Sum of RGB (Red+Green+Blue) = 149+19+99=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #951363 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951363 is #6AEC9C. Grayscale: #424242. Windows color (decimal): -7007389 or 6493077. OLE color: 6493077.

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

Color convert

RGB 149 19 99 -
CMYK 0 0.87 0.34 0.42
HSL 323.08º 0.77% 0.33% -
HSV(B) 323.08º 0.87% 0.58% -
XYZ 14.88 7.76 12.52 -
YUV 66.99 146.07 186.5 -
System Red Green Blue C M Y K H S L
Decimal 149 19 99 0 0.87 0.34 0.42 323.08 0.77 0.33
Hex 95 13 63 0 57 22 2A 143 4D 21
Octal 225 23 143 0 127 42 52 503 115 41
Binary 10010101 10011 1100011 0 1010111 100010 101010 101000011 1001101 100001

Color Harmonies of #951363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951363

Black with #951363

Text Example


Text Example

White with #951363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951363; }

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

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

background-color css

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

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

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

border-color css

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

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

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