Html Css Color HEX #940A46 Jazzberry Jam

📋 copy color: '#940A46'

red 148 ◦ green 10 ◦ blue 70

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

Shades of Jazzberry Jam #940A46

Tints of Jazzberry Jam #940A46

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.39%

 BLUE value IS 70 (27.73% from 255) = 30.7%

R = 64.91%
G = 4.39%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#940A46 (or 0x940A46) is known color: Jazzberry Jam. HEX triplet: 94, 0A and 46. RGB value is (148,10,70). Sum of RGB (Red+Green+Blue) = 148+10+70=228 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.91% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 70 (27.73% from 255 or 30.70% from 228); Max value from RGB is 148 - color contains mainly: red. Hex color #940A46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940A46 is #6BF5B9. Grayscale: #3A3A3A. Windows color (decimal): -7075258 or 4590228. OLE color: 4590228.

HSL color Cylindrical-coordinate representation of color #940A46: hue angle of 333.91º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940A46 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 10 70 -
CMYK 0 0.93 0.53 0.42
HSL 333.91º 0.87% 0.31% -
HSV(B) 333.91º 0.93% 0.58% -
XYZ 13.43 6.96 6.43 -
YUV 58.1 134.72 192.12 -
System Red Green Blue C M Y K H S L
Decimal 148 10 70 0 0.93 0.53 0.42 333.91 0.87 0.31
Hex 94 A 46 0 5D 35 2A 14E 57 1F
Octal 224 12 106 0 135 65 52 516 127 37
Binary 10010100 1010 1000110 0 1011101 110101 101010 101001110 1010111 11111

Color Harmonies of #940A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940A46

Black with #940A46

Text Example


Text Example

White with #940A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940A46; }

 p { color: rgb(148,10,70); }

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

background-color css

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

 a { background-color: rgb(148,10,70); }

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

border-color css

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

 span { border-color: rgb(148,10,70); }

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