Html Css Color HEX #951048 Jazzberry Jam

📋 copy color: '#951048'

red 149 ◦ green 16 ◦ blue 72

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

Shades of Jazzberry Jam #951048

Tints of Jazzberry Jam #951048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.38%

R = 62.87%
G = 6.75%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#951048 (or 0x951048) is known color: Jazzberry Jam. HEX triplet: 95, 10 and 48. RGB value is (149,16,72). Sum of RGB (Red+Green+Blue) = 149+16+72=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #951048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951048 is #6AEFB7. Grayscale: #3E3E3E. Windows color (decimal): -7008184 or 4722837. OLE color: 4722837.

HSL color Cylindrical-coordinate representation of color #951048: hue angle of 334.74º 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 #951048 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 16 72 -
CMYK 0 0.89 0.52 0.42
HSL 334.74º 0.81% 0.32% -
HSV(B) 334.74º 0.89% 0.58% -
XYZ 13.75 7.23 6.8 -
YUV 62.15 133.56 189.95 -
System Red Green Blue C M Y K H S L
Decimal 149 16 72 0 0.89 0.52 0.42 334.74 0.81 0.32
Hex 95 10 48 0 59 34 2A 14F 51 20
Octal 225 20 110 0 131 64 52 517 121 40
Binary 10010101 10000 1001000 0 1011001 110100 101010 101001111 1010001 100000

Color Harmonies of #951048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951048

Black with #951048

Text Example


Text Example

White with #951048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951048; }

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

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

background-color css

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

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

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

border-color css

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

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

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