Html Css Color HEX #950A49 Jazzberry Jam

📋 copy color: '#950A49'

red 149 ◦ green 10 ◦ blue 73

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

Shades of Jazzberry Jam #950A49

Tints of Jazzberry Jam #950A49

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.31%

 BLUE value IS 73 (28.91% from 255) = 31.47%

R = 64.22%
G = 4.31%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#950A49 (or 0x950A49) is known color: Jazzberry Jam. HEX triplet: 95, 0A and 49. RGB value is (149,10,73). Sum of RGB (Red+Green+Blue) = 149+10+73=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #950A49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950A49 is #6AF5B6. Grayscale: #3A3A3A. Windows color (decimal): -7009719 or 4786837. OLE color: 4786837.

HSL color Cylindrical-coordinate representation of color #950A49: hue angle of 332.81º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950A49 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 10 73 -
CMYK 0 0.93 0.51 0.42
HSL 332.81º 0.87% 0.31% -
HSV(B) 332.81º 0.93% 0.58% -
XYZ 13.71 7.09 6.95 -
YUV 58.74 136.05 192.38 -
System Red Green Blue C M Y K H S L
Decimal 149 10 73 0 0.93 0.51 0.42 332.81 0.87 0.31
Hex 95 A 49 0 5D 33 2A 14D 57 1F
Octal 225 12 111 0 135 63 52 515 127 37
Binary 10010101 1010 1001001 0 1011101 110011 101010 101001101 1010111 11111

Color Harmonies of #950A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950A49

Black with #950A49

Text Example


Text Example

White with #950A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950A49; }

 p { color: rgb(149,10,73); }

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

background-color css

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

 a { background-color: rgb(149,10,73); }

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

border-color css

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

 span { border-color: rgb(149,10,73); }

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