Html Css Color HEX #94073F Jazzberry Jam

📋 copy color: '#94073F'

red 148 ◦ green 7 ◦ blue 63

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

Shades of Jazzberry Jam #94073F

Tints of Jazzberry Jam #94073F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.21%

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

R = 67.89%
G = 3.21%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#94073F (or 0x94073F) is known color: Jazzberry Jam. HEX triplet: 94, 07 and 3F. RGB value is (148,7,63). Sum of RGB (Red+Green+Blue) = 148+7+63=218 (28% of max value = 765). Red value is 148 (58.20% from 255 or 67.89% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 148 - color contains mainly: red. Hex color #94073F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94073F is #6BF8C0. Grayscale: #373737. Windows color (decimal): -7076033 or 4130708. OLE color: 4130708.

HSL color Cylindrical-coordinate representation of color #94073F: hue angle of 336.17º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #94073F is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 7 63 -
CMYK 0 0.95 0.57 0.42
HSL 336.17º 0.91% 0.3% -
HSV(B) 336.17º 0.95% 0.58% -
XYZ 13.19 6.81 5.32 -
YUV 55.54 132.21 193.95 -
System Red Green Blue C M Y K H S L
Decimal 148 7 63 0 0.95 0.57 0.42 336.17 0.91 0.3
Hex 94 7 3F 0 5F 39 2A 150 5B 1E
Octal 224 7 77 0 137 71 52 520 133 36
Binary 10010100 111 111111 0 1011111 111001 101010 101010000 1011011 11110

Color Harmonies of #94073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94073F

Black with #94073F

Text Example


Text Example

White with #94073F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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