Html Css Color HEX #94014A Jazzberry Jam

📋 copy color: '#94014A'

red 148 ◦ green 1 ◦ blue 74

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

Shades of Jazzberry Jam #94014A

Tints of Jazzberry Jam #94014A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 33.18%

R = 66.37%
G = 0.45%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#94014A (or 0x94014A) is known color: Jazzberry Jam. HEX triplet: 94, 01 and 4A. RGB value is (148,1,74). Sum of RGB (Red+Green+Blue) = 148+1+74=223 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.37% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 148 - color contains mainly: red. Hex color #94014A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94014A is #6BFEB5. Grayscale: #353535. Windows color (decimal): -7077558 or 4850068. OLE color: 4850068.

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

Color convert

RGB 148 1 74 -
CMYK 0 0.99 0.50 0.42
HSL 330.2º 0.99% 0.29% -
HSV(B) 330.2º 0.99% 0.58% -
XYZ 13.46 6.81 7.08 -
YUV 53.28 139.7 195.56 -
System Red Green Blue C M Y K H S L
Decimal 148 1 74 0 0.99 0.50 0.42 330.2 0.99 0.29
Hex 94 1 4A 0 63 32 2A 14A 63 1D
Octal 224 1 112 0 143 62 52 512 143 35
Binary 10010100 1 1001010 0 1100011 110010 101010 101001010 1100011 11101

Color Harmonies of #94014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94014A

Black with #94014A

Text Example


Text Example

White with #94014A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94014A; }

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

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

background-color css

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

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

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

border-color css

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

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

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