Html Css Color HEX #941552 Jazzberry Jam

📋 copy color: '#941552'

red 148 ◦ green 21 ◦ blue 82

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

Shades of Jazzberry Jam #941552

Tints of Jazzberry Jam #941552

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.37%

 BLUE value IS 82 (32.42% from 255) = 32.67%

R = 58.96%
G = 8.37%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#941552 (or 0x941552) is known color: Jazzberry Jam. HEX triplet: 94, 15 and 52. RGB value is (148,21,82). Sum of RGB (Red+Green+Blue) = 148+21+82=251 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.96% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 148 - color contains mainly: red. Hex color #941552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941552 is #6BEAAD. Grayscale: #414141. Windows color (decimal): -7072430 or 5379476. OLE color: 5379476.

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

Color convert

RGB 148 21 82 -
CMYK 0 0.86 0.45 0.42
HSL 331.18º 0.75% 0.33% -
HSV(B) 331.18º 0.86% 0.58% -
XYZ 14 7.44 8.68 -
YUV 65.93 137.08 186.54 -
System Red Green Blue C M Y K H S L
Decimal 148 21 82 0 0.86 0.45 0.42 331.18 0.75 0.33
Hex 94 15 52 0 56 2D 2A 14B 4B 21
Octal 224 25 122 0 126 55 52 513 113 41
Binary 10010100 10101 1010010 0 1010110 101101 101010 101001011 1001011 100001

Color Harmonies of #941552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941552

Black with #941552

Text Example


Text Example

White with #941552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941552; }

 p { color: rgb(148,21,82); }

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

background-color css

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

 a { background-color: rgb(148,21,82); }

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

border-color css

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

 span { border-color: rgb(148,21,82); }

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