Html Css Color HEX #950845 Jazzberry Jam

📋 copy color: '#950845'

red 149 ◦ green 8 ◦ blue 69

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

Shades of Jazzberry Jam #950845

Tints of Jazzberry Jam #950845

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.54%

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

R = 65.93%
G = 3.54%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#950845 (or 0x950845) is known color: Jazzberry Jam. HEX triplet: 95, 08 and 45. RGB value is (149,8,69). Sum of RGB (Red+Green+Blue) = 149+8+69=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #950845 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950845 is #6AF7BA. Grayscale: #393939. Windows color (decimal): -7010235 or 4524181. OLE color: 4524181.

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

Color convert

RGB 149 8 69 -
CMYK 0 0.95 0.54 0.42
HSL 334.04º 0.9% 0.31% -
HSV(B) 334.04º 0.95% 0.58% -
XYZ 13.56 6.99 6.27 -
YUV 57.11 134.71 193.54 -
System Red Green Blue C M Y K H S L
Decimal 149 8 69 0 0.95 0.54 0.42 334.04 0.9 0.31
Hex 95 8 45 0 5F 36 2A 14E 5A 1F
Octal 225 10 105 0 137 66 52 516 132 37
Binary 10010101 1000 1000101 0 1011111 110110 101010 101001110 1011010 11111

Color Harmonies of #950845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950845

Black with #950845

Text Example


Text Example

White with #950845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950845; }

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

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

background-color css

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

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

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

border-color css

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

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

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