Html Css Color HEX #930441 Jazzberry Jam

📋 copy color: '#930441'

red 147 ◦ green 4 ◦ blue 65

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

Shades of Jazzberry Jam #930441

Tints of Jazzberry Jam #930441

RGB

 RED value IS 147 (57.81% from 255) = 68.06%

 GREEN value IS 4 (1.95% from 255) = 1.85%

 BLUE value IS 65 (25.78% from 255) = 30.09%

R = 68.06%
G = 1.85%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#930441 (or 0x930441) is known color: Jazzberry Jam. HEX triplet: 93, 04 and 41. RGB value is (147,4,65). Sum of RGB (Red+Green+Blue) = 147+4+65=216 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.06% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 147 - color contains mainly: red. Hex color #930441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930441 is #6CFBBE. Grayscale: #353535. Windows color (decimal): -7142335 or 4261011. OLE color: 4261011.

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

Color convert

RGB 147 4 65 -
CMYK 0 0.97 0.56 0.42
HSL 334.41º 0.95% 0.3% -
HSV(B) 334.41º 0.97% 0.58% -
XYZ 13.03 6.67 5.6 -
YUV 53.71 134.38 194.54 -
System Red Green Blue C M Y K H S L
Decimal 147 4 65 0 0.97 0.56 0.42 334.41 0.95 0.3
Hex 93 4 41 0 61 38 2A 14E 5F 1E
Octal 223 4 101 0 141 70 52 516 137 36
Binary 10010011 100 1000001 0 1100001 111000 101010 101001110 1011111 11110

Color Harmonies of #930441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930441

Black with #930441

Text Example


Text Example

White with #930441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930441; }

 p { color: rgb(147,4,65); }

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

background-color css

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

 a { background-color: rgb(147,4,65); }

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

border-color css

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

 span { border-color: rgb(147,4,65); }

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