Html Css Color HEX #940143 Jazzberry Jam

📋 copy color: '#940143'

red 148 ◦ green 1 ◦ blue 67

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

Shades of Jazzberry Jam #940143

Tints of Jazzberry Jam #940143

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 67 (26.56% from 255) = 31.02%

R = 68.52%
G = 0.46%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#940143 (or 0x940143) is known color: Jazzberry Jam. HEX triplet: 94, 01 and 43. RGB value is (148,1,67). Sum of RGB (Red+Green+Blue) = 148+1+67=216 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.52% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 67 (26.56% from 255 or 31.02% from 216); Max value from RGB is 148 - color contains mainly: red. Hex color #940143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940143 is #6BFEBC. Grayscale: #343434. Windows color (decimal): -7077565 or 4391316. OLE color: 4391316.

HSL color Cylindrical-coordinate representation of color #940143: hue angle of 333.06º degrees, saturation: 0.99, 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 #940143 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 1 67 -
CMYK 0 0.99 0.55 0.42
HSL 333.06º 0.99% 0.29% -
HSV(B) 333.06º 0.99% 0.58% -
XYZ 13.24 6.72 5.91 -
YUV 52.48 136.2 196.13 -
System Red Green Blue C M Y K H S L
Decimal 148 1 67 0 0.99 0.55 0.42 333.06 0.99 0.29
Hex 94 1 43 0 63 37 2A 14D 63 1D
Octal 224 1 103 0 143 67 52 515 143 35
Binary 10010100 1 1000011 0 1100011 110111 101010 101001101 1100011 11101

Color Harmonies of #940143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940143

Black with #940143

Text Example


Text Example

White with #940143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940143; }

 p { color: rgb(148,1,67); }

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

background-color css

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

 a { background-color: rgb(148,1,67); }

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

border-color css

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

 span { border-color: rgb(148,1,67); }

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