Html Css Color HEX #941048 Jazzberry Jam

📋 copy color: '#941048'

red 148 ◦ green 16 ◦ blue 72

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

Shades of Jazzberry Jam #941048

Tints of Jazzberry Jam #941048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.78%

 BLUE value IS 72 (28.52% from 255) = 30.51%

R = 62.71%
G = 6.78%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#941048 (or 0x941048) is known color: Jazzberry Jam. HEX triplet: 94, 10 and 48. RGB value is (148,16,72). Sum of RGB (Red+Green+Blue) = 148+16+72=236 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.71% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 148 - color contains mainly: red. Hex color #941048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941048 is #6BEFB7. Grayscale: #3D3D3D. Windows color (decimal): -7073720 or 4722836. OLE color: 4722836.

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

Color convert

RGB 148 16 72 -
CMYK 0 0.89 0.51 0.42
HSL 334.55º 0.8% 0.32% -
HSV(B) 334.55º 0.89% 0.58% -
XYZ 13.57 7.13 6.79 -
YUV 61.85 133.73 189.45 -
System Red Green Blue C M Y K H S L
Decimal 148 16 72 0 0.89 0.51 0.42 334.55 0.8 0.32
Hex 94 10 48 0 59 33 2A 14F 50 20
Octal 224 20 110 0 131 63 52 517 120 40
Binary 10010100 10000 1001000 0 1011001 110011 101010 101001111 1010000 100000

Color Harmonies of #941048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941048

Black with #941048

Text Example


Text Example

White with #941048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941048; }

 p { color: rgb(148,16,72); }

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

background-color css

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

 a { background-color: rgb(148,16,72); }

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

border-color css

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

 span { border-color: rgb(148,16,72); }

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