Html Css Color HEX #940241 Jazzberry Jam

📋 copy color: '#940241'

red 148 ◦ green 2 ◦ blue 65

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

Shades of Jazzberry Jam #940241

Tints of Jazzberry Jam #940241

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

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

R = 68.84%
G = 0.93%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#940241 (or 0x940241) is known color: Jazzberry Jam. HEX triplet: 94, 02 and 41. RGB value is (148,2,65). Sum of RGB (Red+Green+Blue) = 148+2+65=215 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.84% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 148 - color contains mainly: red. Hex color #940241 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940241 is #6BFDBE. Grayscale: #343434. Windows color (decimal): -7077311 or 4260500. OLE color: 4260500.

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

Color convert

RGB 148 2 65 -
CMYK 0 0.99 0.56 0.42
HSL 334.11º 0.97% 0.29% -
HSV(B) 334.11º 0.99% 0.58% -
XYZ 13.19 6.72 5.6 -
YUV 52.84 134.87 195.88 -
System Red Green Blue C M Y K H S L
Decimal 148 2 65 0 0.99 0.56 0.42 334.11 0.97 0.29
Hex 94 2 41 0 63 38 2A 14E 61 1D
Octal 224 2 101 0 143 70 52 516 141 35
Binary 10010100 10 1000001 0 1100011 111000 101010 101001110 1100001 11101

Color Harmonies of #940241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940241

Black with #940241

Text Example


Text Example

White with #940241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940241; }

 p { color: rgb(148,2,65); }

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

background-color css

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

 a { background-color: rgb(148,2,65); }

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

border-color css

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

 span { border-color: rgb(148,2,65); }

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