Html Css Color HEX #94134F Jazzberry Jam

📋 copy color: '#94134F'

red 148 ◦ green 19 ◦ blue 79

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

Shades of Jazzberry Jam #94134F

Tints of Jazzberry Jam #94134F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.72%

 BLUE value IS 79 (31.25% from 255) = 32.11%

R = 60.16%
G = 7.72%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#94134F (or 0x94134F) is known color: Jazzberry Jam. HEX triplet: 94, 13 and 4F. RGB value is (148,19,79). Sum of RGB (Red+Green+Blue) = 148+19+79=246 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.16% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 148 - color contains mainly: red. Hex color #94134F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94134F is #6BECB0. Grayscale: #404040. Windows color (decimal): -7072945 or 5182356. OLE color: 5182356.

HSL color Cylindrical-coordinate representation of color #94134F: hue angle of 332.09º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #94134F is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 19 79 -
CMYK 0 0.87 0.47 0.42
HSL 332.09º 0.77% 0.33% -
HSV(B) 332.09º 0.87% 0.58% -
XYZ 13.86 7.33 8.08 -
YUV 64.41 136.24 187.62 -
System Red Green Blue C M Y K H S L
Decimal 148 19 79 0 0.87 0.47 0.42 332.09 0.77 0.33
Hex 94 13 4F 0 57 2F 2A 14C 4D 21
Octal 224 23 117 0 127 57 52 514 115 41
Binary 10010100 10011 1001111 0 1010111 101111 101010 101001100 1001101 100001

Color Harmonies of #94134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94134F

Black with #94134F

Text Example


Text Example

White with #94134F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,19,79); }

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

background-color css

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

 a { background-color: rgb(148,19,79); }

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

border-color css

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

 span { border-color: rgb(148,19,79); }

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