Html Css Color HEX #940842 Jazzberry Jam

📋 copy color: '#940842'

red 148 ◦ green 8 ◦ blue 66

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

Shades of Jazzberry Jam #940842

Tints of Jazzberry Jam #940842

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.6%

 BLUE value IS 66 (26.17% from 255) = 29.73%

R = 66.67%
G = 3.6%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#940842 (or 0x940842) is known color: Jazzberry Jam. HEX triplet: 94, 08 and 42. RGB value is (148,8,66). Sum of RGB (Red+Green+Blue) = 148+8+66=222 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.67% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 148 - color contains mainly: red. Hex color #940842 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940842 is #6BF7BD. Grayscale: #383838. Windows color (decimal): -7075774 or 4327572. OLE color: 4327572.

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

Color convert

RGB 148 8 66 -
CMYK 0 0.95 0.55 0.42
HSL 335.14º 0.9% 0.31% -
HSV(B) 335.14º 0.95% 0.58% -
XYZ 13.28 6.86 5.78 -
YUV 56.47 133.38 193.28 -
System Red Green Blue C M Y K H S L
Decimal 148 8 66 0 0.95 0.55 0.42 335.14 0.9 0.31
Hex 94 8 42 0 5F 37 2A 14F 5A 1F
Octal 224 10 102 0 137 67 52 517 132 37
Binary 10010100 1000 1000010 0 1011111 110111 101010 101001111 1011010 11111

Color Harmonies of #940842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940842

Black with #940842

Text Example


Text Example

White with #940842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940842; }

 p { color: rgb(148,8,66); }

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

background-color css

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

 a { background-color: rgb(148,8,66); }

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

border-color css

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

 span { border-color: rgb(148,8,66); }

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