Html Css Color HEX #941255 Jazzberry Jam

📋 copy color: '#941255'

red 148 ◦ green 18 ◦ blue 85

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

Shades of Jazzberry Jam #941255

Tints of Jazzberry Jam #941255

RGB

 RED value IS 148 (58.2% from 255) = 58.96%

 GREEN value IS 18 (7.42% from 255) = 7.17%

 BLUE value IS 85 (33.59% from 255) = 33.86%

R = 58.96%
G = 7.17%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#941255 (or 0x941255) is known color: Jazzberry Jam. HEX triplet: 94, 12 and 55. RGB value is (148,18,85). Sum of RGB (Red+Green+Blue) = 148+18+85=251 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.96% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 148 - color contains mainly: red. Hex color #941255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941255 is #6BEDAA. Grayscale: #404040. Windows color (decimal): -7073195 or 5575316. OLE color: 5575316.

HSL color Cylindrical-coordinate representation of color #941255: hue angle of 329.08º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #941255 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 18 85 -
CMYK 0 0.88 0.43 0.42
HSL 329.08º 0.78% 0.33% -
HSV(B) 329.08º 0.88% 0.58% -
XYZ 14.07 7.38 9.28 -
YUV 64.51 139.57 187.55 -
System Red Green Blue C M Y K H S L
Decimal 148 18 85 0 0.88 0.43 0.42 329.08 0.78 0.33
Hex 94 12 55 0 58 2B 2A 149 4E 21
Octal 224 22 125 0 130 53 52 511 116 41
Binary 10010100 10010 1010101 0 1011000 101011 101010 101001001 1001110 100001

Color Harmonies of #941255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941255

Black with #941255

Text Example


Text Example

White with #941255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941255; }

 p { color: rgb(148,18,85); }

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

background-color css

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

 a { background-color: rgb(148,18,85); }

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

border-color css

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

 span { border-color: rgb(148,18,85); }

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