Html Css Color HEX #951756 Jazzberry Jam

📋 copy color: '#951756'

red 149 ◦ green 23 ◦ blue 86

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

Shades of Jazzberry Jam #951756

Tints of Jazzberry Jam #951756

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.91%

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

R = 57.75%
G = 8.91%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#951756 (or 0x951756) is known color: Jazzberry Jam. HEX triplet: 95, 17 and 56. RGB value is (149,23,86). Sum of RGB (Red+Green+Blue) = 149+23+86=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #951756 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951756 is #6AE8A9. Grayscale: #434343. Windows color (decimal): -7006378 or 5642133. OLE color: 5642133.

HSL color Cylindrical-coordinate representation of color #951756: hue angle of 330º degrees, saturation: 0.73, 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 #951756 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 23 86 -
CMYK 0 0.85 0.42 0.42
HSL 330º 0.73% 0.34% -
HSV(B) 330º 0.85% 0.58% -
XYZ 14.38 7.67 9.53 -
YUV 67.86 138.24 185.88 -
System Red Green Blue C M Y K H S L
Decimal 149 23 86 0 0.85 0.42 0.42 330 0.73 0.34
Hex 95 17 56 0 55 2A 2A 14A 49 22
Octal 225 27 126 0 125 52 52 512 111 42
Binary 10010101 10111 1010110 0 1010101 101010 101010 101001010 1001001 100010

Color Harmonies of #951756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951756

Black with #951756

Text Example


Text Example

White with #951756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951756; }

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

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

background-color css

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

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

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

border-color css

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

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

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