Html Css Color HEX #94033F Jazzberry Jam

📋 copy color: '#94033F'

red 148 ◦ green 3 ◦ blue 63

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

Shades of Jazzberry Jam #94033F

Tints of Jazzberry Jam #94033F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 29.44%

R = 69.16%
G = 1.4%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#94033F (or 0x94033F) is known color: Jazzberry Jam. HEX triplet: 94, 03 and 3F. RGB value is (148,3,63). Sum of RGB (Red+Green+Blue) = 148+3+63=214 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.16% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 148 - color contains mainly: red. Hex color #94033F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94033F is #6BFCC0. Grayscale: #353535. Windows color (decimal): -7077057 or 4129684. OLE color: 4129684.

HSL color Cylindrical-coordinate representation of color #94033F: hue angle of 335.17º 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 #94033F is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 3 63 -
CMYK 0 0.98 0.57 0.42
HSL 335.17º 0.96% 0.3% -
HSV(B) 335.17º 0.98% 0.58% -
XYZ 13.14 6.72 5.31 -
YUV 53.2 133.54 195.62 -
System Red Green Blue C M Y K H S L
Decimal 148 3 63 0 0.98 0.57 0.42 335.17 0.96 0.3
Hex 94 3 3F 0 62 39 2A 14F 60 1E
Octal 224 3 77 0 142 71 52 517 140 36
Binary 10010100 11 111111 0 1100010 111001 101010 101001111 1100000 11110

Color Harmonies of #94033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94033F

Black with #94033F

Text Example


Text Example

White with #94033F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94033F; }

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

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

background-color css

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

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

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

border-color css

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

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

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