Html Css Color HEX #951054 Jazzberry Jam

📋 copy color: '#951054'

red 149 ◦ green 16 ◦ blue 84

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

Shades of Jazzberry Jam #951054

Tints of Jazzberry Jam #951054

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.43%

 BLUE value IS 84 (33.2% from 255) = 33.73%

R = 59.84%
G = 6.43%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#951054 (or 0x951054) is known color: Jazzberry Jam. HEX triplet: 95, 10 and 54. RGB value is (149,16,84). Sum of RGB (Red+Green+Blue) = 149+16+84=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #951054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951054 is #6AEFAB. Grayscale: #3F3F3F. Windows color (decimal): -7008172 or 5509269. OLE color: 5509269.

HSL color Cylindrical-coordinate representation of color #951054: hue angle of 329.32º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951054 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 16 84 -
CMYK 0 0.89 0.44 0.42
HSL 329.32º 0.81% 0.32% -
HSV(B) 329.32º 0.89% 0.58% -
XYZ 14.18 7.4 9.07 -
YUV 63.52 139.56 188.97 -
System Red Green Blue C M Y K H S L
Decimal 149 16 84 0 0.89 0.44 0.42 329.32 0.81 0.32
Hex 95 10 54 0 59 2C 2A 149 51 20
Octal 225 20 124 0 131 54 52 511 121 40
Binary 10010101 10000 1010100 0 1011001 101100 101010 101001001 1010001 100000

Color Harmonies of #951054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951054

Black with #951054

Text Example


Text Example

White with #951054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951054; }

 p { color: rgb(149,16,84); }

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

background-color css

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

 a { background-color: rgb(149,16,84); }

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

border-color css

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

 span { border-color: rgb(149,16,84); }

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