Html Css Color HEX #951456 Jazzberry Jam

📋 copy color: '#951456'

red 149 ◦ green 20 ◦ blue 86

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

Shades of Jazzberry Jam #951456

Tints of Jazzberry Jam #951456

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.84%

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

R = 58.43%
G = 7.84%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#951456 (or 0x951456) is known color: Jazzberry Jam. HEX triplet: 95, 14 and 56. RGB value is (149,20,86). Sum of RGB (Red+Green+Blue) = 149+20+86=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #951456 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951456 is #6AEBA9. Grayscale: #414141. Windows color (decimal): -7007146 or 5641365. OLE color: 5641365.

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

Color convert

RGB 149 20 86 -
CMYK 0 0.87 0.42 0.42
HSL 329.3º 0.76% 0.33% -
HSV(B) 329.3º 0.87% 0.58% -
XYZ 14.32 7.56 9.51 -
YUV 66.1 139.24 187.13 -
System Red Green Blue C M Y K H S L
Decimal 149 20 86 0 0.87 0.42 0.42 329.3 0.76 0.33
Hex 95 14 56 0 57 2A 2A 149 4C 21
Octal 225 24 126 0 127 52 52 511 114 41
Binary 10010101 10100 1010110 0 1010111 101010 101010 101001001 1001100 100001

Color Harmonies of #951456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951456

Black with #951456

Text Example


Text Example

White with #951456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951456; }

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

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

background-color css

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

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

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

border-color css

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

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

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