Html Css Color HEX #940450 Jazzberry Jam

📋 copy color: '#940450'

red 148 ◦ green 4 ◦ blue 80

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

Shades of Jazzberry Jam #940450

Tints of Jazzberry Jam #940450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 34.48%

R = 63.79%
G = 1.72%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#940450 (or 0x940450) is known color: Jazzberry Jam. HEX triplet: 94, 04 and 50. RGB value is (148,4,80). Sum of RGB (Red+Green+Blue) = 148+4+80=232 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.79% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 148 - color contains mainly: red. Hex color #940450 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940450 is #6BFBAF. Grayscale: #373737. Windows color (decimal): -7076784 or 5244052. OLE color: 5244052.

HSL color Cylindrical-coordinate representation of color #940450: hue angle of 328.33º 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 #940450 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 4 80 -
CMYK 0 0.97 0.46 0.42
HSL 328.33º 0.95% 0.3% -
HSV(B) 328.33º 0.97% 0.58% -
XYZ 13.7 6.96 8.21 -
YUV 55.72 141.71 193.82 -
System Red Green Blue C M Y K H S L
Decimal 148 4 80 0 0.97 0.46 0.42 328.33 0.95 0.3
Hex 94 4 50 0 61 2E 2A 148 5F 1E
Octal 224 4 120 0 141 56 52 510 137 36
Binary 10010100 100 1010000 0 1100001 101110 101010 101001000 1011111 11110

Color Harmonies of #940450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940450

Black with #940450

Text Example


Text Example

White with #940450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940450; }

 p { color: rgb(148,4,80); }

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

background-color css

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

 a { background-color: rgb(148,4,80); }

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

border-color css

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

 span { border-color: rgb(148,4,80); }

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