Html Css Color HEX #94124F Jazzberry Jam

📋 copy color: '#94124F'

red 148 ◦ green 18 ◦ blue 79

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

Shades of Jazzberry Jam #94124F

Tints of Jazzberry Jam #94124F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.35%

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

R = 60.41%
G = 7.35%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#94124F (or 0x94124F) is known color: Jazzberry Jam. HEX triplet: 94, 12 and 4F. RGB value is (148,18,79). Sum of RGB (Red+Green+Blue) = 148+18+79=245 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.41% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 148 - color contains mainly: red. Hex color #94124F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94124F is #6BEDB0. Grayscale: #3F3F3F. Windows color (decimal): -7073201 or 5182100. OLE color: 5182100.

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

Color convert

RGB 148 18 79 -
CMYK 0 0.88 0.47 0.42
HSL 331.85º 0.78% 0.33% -
HSV(B) 331.85º 0.88% 0.58% -
XYZ 13.84 7.29 8.08 -
YUV 63.82 136.57 188.04 -
System Red Green Blue C M Y K H S L
Decimal 148 18 79 0 0.88 0.47 0.42 331.85 0.78 0.33
Hex 94 12 4F 0 58 2F 2A 14C 4E 21
Octal 224 22 117 0 130 57 52 514 116 41
Binary 10010100 10010 1001111 0 1011000 101111 101010 101001100 1001110 100001

Color Harmonies of #94124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94124F

Black with #94124F

Text Example


Text Example

White with #94124F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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