Html Css Color HEX #951960 Jazzberry Jam

📋 copy color: '#951960'

red 149 ◦ green 25 ◦ blue 96

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

Shades of Jazzberry Jam #951960

Tints of Jazzberry Jam #951960

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.26%

 BLUE value IS 96 (37.89% from 255) = 35.56%

R = 55.19%
G = 9.26%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#951960 (or 0x951960) is known color: Jazzberry Jam. HEX triplet: 95, 19 and 60. RGB value is (149,25,96). Sum of RGB (Red+Green+Blue) = 149+25+96=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #951960 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951960 is #6AE69F. Grayscale: #464646. Windows color (decimal): -7005856 or 6298005. OLE color: 6298005.

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

Color convert

RGB 149 25 96 -
CMYK 0 0.83 0.36 0.42
HSL 325.65º 0.71% 0.34% -
HSV(B) 325.65º 0.83% 0.58% -
XYZ 14.85 7.93 11.81 -
YUV 70.17 142.58 184.23 -
System Red Green Blue C M Y K H S L
Decimal 149 25 96 0 0.83 0.36 0.42 325.65 0.71 0.34
Hex 95 19 60 0 53 24 2A 146 47 22
Octal 225 31 140 0 123 44 52 506 107 42
Binary 10010101 11001 1100000 0 1010011 100100 101010 101000110 1000111 100010

Color Harmonies of #951960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951960

Black with #951960

Text Example


Text Example

White with #951960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951960; }

 p { color: rgb(149,25,96); }

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

background-color css

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

 a { background-color: rgb(149,25,96); }

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

border-color css

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

 span { border-color: rgb(149,25,96); }

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