Html Css Color HEX #94155B Jazzberry Jam

📋 copy color: '#94155B'

red 148 ◦ green 21 ◦ blue 91

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

Shades of Jazzberry Jam #94155B

Tints of Jazzberry Jam #94155B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.08%

 BLUE value IS 91 (35.94% from 255) = 35%

R = 56.92%
G = 8.08%
B = 35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#94155B (or 0x94155B) is known color: Jazzberry Jam. HEX triplet: 94, 15 and 5B. RGB value is (148,21,91). Sum of RGB (Red+Green+Blue) = 148+21+91=260 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.92% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 148 - color contains mainly: red. Hex color #94155B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94155B is #6BEAA4. Grayscale: #424242. Windows color (decimal): -7072421 or 5969300. OLE color: 5969300.

HSL color Cylindrical-coordinate representation of color #94155B: hue angle of 326.93º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #94155B is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 21 91 -
CMYK 0 0.86 0.39 0.42
HSL 326.93º 0.75% 0.33% -
HSV(B) 326.93º 0.86% 0.58% -
XYZ 14.37 7.59 10.6 -
YUV 66.95 141.58 185.81 -
System Red Green Blue C M Y K H S L
Decimal 148 21 91 0 0.86 0.39 0.42 326.93 0.75 0.33
Hex 94 15 5B 0 56 27 2A 147 4B 21
Octal 224 25 133 0 126 47 52 507 113 41
Binary 10010100 10101 1011011 0 1010110 100111 101010 101000111 1001011 100001

Color Harmonies of #94155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94155B

Black with #94155B

Text Example


Text Example

White with #94155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94155B; }

 p { color: rgb(148,21,91); }

 H1.HeaderClassName
 {
   color: #94155B;
 }
 .AnyTagClassName
 {
   color: #94155B;
 }
</style>

background-color css

<style>
 a { background-color: #94155B; }

 a { background-color: rgb(148,21,91); }

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

border-color css

<style>
 span { border-color: #94155B; }

 span { border-color: rgb(148,21,91); }

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