Html Css Color HEX #950945 Jazzberry Jam

📋 copy color: '#950945'

red 149 ◦ green 9 ◦ blue 69

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

Shades of Jazzberry Jam #950945

Tints of Jazzberry Jam #950945

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.96%

 BLUE value IS 69 (27.34% from 255) = 30.4%

R = 65.64%
G = 3.96%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#950945 (or 0x950945) is known color: Jazzberry Jam. HEX triplet: 95, 09 and 45. RGB value is (149,9,69). Sum of RGB (Red+Green+Blue) = 149+9+69=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 69 (27.34% from 255 or 30.40% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #950945 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950945 is #6AF6BA. Grayscale: #393939. Windows color (decimal): -7009979 or 4524437. OLE color: 4524437.

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

Color convert

RGB 149 9 69 -
CMYK 0 0.94 0.54 0.42
HSL 334.29º 0.89% 0.31% -
HSV(B) 334.29º 0.94% 0.58% -
XYZ 13.57 7.01 6.27 -
YUV 57.7 134.38 193.12 -
System Red Green Blue C M Y K H S L
Decimal 149 9 69 0 0.94 0.54 0.42 334.29 0.89 0.31
Hex 95 9 45 0 5E 36 2A 14E 59 1F
Octal 225 11 105 0 136 66 52 516 131 37
Binary 10010101 1001 1000101 0 1011110 110110 101010 101001110 1011001 11111

Color Harmonies of #950945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950945

Black with #950945

Text Example


Text Example

White with #950945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950945; }

 p { color: rgb(149,9,69); }

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

background-color css

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

 a { background-color: rgb(149,9,69); }

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

border-color css

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

 span { border-color: rgb(149,9,69); }

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