Html Css Color HEX #951256 Jazzberry Jam

📋 copy color: '#951256'

red 149 ◦ green 18 ◦ blue 86

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

Shades of Jazzberry Jam #951256

Tints of Jazzberry Jam #951256

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.11%

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

R = 58.89%
G = 7.11%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#951256 (or 0x951256) is known color: Jazzberry Jam. HEX triplet: 95, 12 and 56. RGB value is (149,18,86). Sum of RGB (Red+Green+Blue) = 149+18+86=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #951256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951256 is #6AEDA9. Grayscale: #404040. Windows color (decimal): -7007658 or 5640853. OLE color: 5640853.

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

Color convert

RGB 149 18 86 -
CMYK 0 0.88 0.42 0.42
HSL 328.85º 0.78% 0.33% -
HSV(B) 328.85º 0.88% 0.58% -
XYZ 14.29 7.49 9.5 -
YUV 64.92 139.9 187.97 -
System Red Green Blue C M Y K H S L
Decimal 149 18 86 0 0.88 0.42 0.42 328.85 0.78 0.33
Hex 95 12 56 0 58 2A 2A 149 4E 21
Octal 225 22 126 0 130 52 52 511 116 41
Binary 10010101 10010 1010110 0 1011000 101010 101010 101001001 1001110 100001

Color Harmonies of #951256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951256

Black with #951256

Text Example


Text Example

White with #951256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951256; }

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

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

background-color css

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

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

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

border-color css

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

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

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