Html Css Color HEX #94034D Jazzberry Jam

📋 copy color: '#94034D'

red 148 ◦ green 3 ◦ blue 77

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

Shades of Jazzberry Jam #94034D

Tints of Jazzberry Jam #94034D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.32%

 BLUE value IS 77 (30.47% from 255) = 33.77%

R = 64.91%
G = 1.32%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#94034D (or 0x94034D) is known color: Jazzberry Jam. HEX triplet: 94, 03 and 4D. RGB value is (148,3,77). Sum of RGB (Red+Green+Blue) = 148+3+77=228 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.91% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 148 - color contains mainly: red. Hex color #94034D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94034D is #6BFCB2. Grayscale: #363636. Windows color (decimal): -7077043 or 5047188. OLE color: 5047188.

HSL color Cylindrical-coordinate representation of color #94034D: hue angle of 329.38º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #94034D is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 3 77 -
CMYK 0 0.98 0.48 0.42
HSL 329.38º 0.96% 0.3% -
HSV(B) 329.38º 0.98% 0.58% -
XYZ 13.58 6.9 7.64 -
YUV 54.79 140.54 194.48 -
System Red Green Blue C M Y K H S L
Decimal 148 3 77 0 0.98 0.48 0.42 329.38 0.96 0.3
Hex 94 3 4D 0 62 30 2A 149 60 1E
Octal 224 3 115 0 142 60 52 511 140 36
Binary 10010100 11 1001101 0 1100010 110000 101010 101001001 1100000 11110

Color Harmonies of #94034D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94034D

Black with #94034D

Text Example


Text Example

White with #94034D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94034D; }

 p { color: rgb(148,3,77); }

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

background-color css

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

 a { background-color: rgb(148,3,77); }

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

border-color css

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

 span { border-color: rgb(148,3,77); }

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