Html Css Color HEX #94115B Jazzberry Jam

📋 copy color: '#94115B'

red 148 ◦ green 17 ◦ blue 91

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

Shades of Jazzberry Jam #94115B

Tints of Jazzberry Jam #94115B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.64%

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

R = 57.81%
G = 6.64%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#94115B (or 0x94115B) is known color: Jazzberry Jam. HEX triplet: 94, 11 and 5B. RGB value is (148,17,91). Sum of RGB (Red+Green+Blue) = 148+17+91=256 (33% of max value = 765). Red value is 148 (58.20% from 255 or 57.81% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 148 - color contains mainly: red. Hex color #94115B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94115B is #6BEEA4. Grayscale: #404040. Windows color (decimal): -7073445 or 5968276. OLE color: 5968276.

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

Color convert

RGB 148 17 91 -
CMYK 0 0.89 0.39 0.42
HSL 326.11º 0.79% 0.32% -
HSV(B) 326.11º 0.89% 0.58% -
XYZ 14.3 7.45 10.58 -
YUV 64.61 142.9 187.48 -
System Red Green Blue C M Y K H S L
Decimal 148 17 91 0 0.89 0.39 0.42 326.11 0.79 0.32
Hex 94 11 5B 0 59 27 2A 146 4F 20
Octal 224 21 133 0 131 47 52 506 117 40
Binary 10010100 10001 1011011 0 1011001 100111 101010 101000110 1001111 100000

Color Harmonies of #94115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94115B

Black with #94115B

Text Example


Text Example

White with #94115B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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