Html Css Color HEX #94145D Jazzberry Jam

📋 copy color: '#94145D'

red 148 ◦ green 20 ◦ blue 93

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

Shades of Jazzberry Jam #94145D

Tints of Jazzberry Jam #94145D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.66%

 BLUE value IS 93 (36.72% from 255) = 35.63%

R = 56.7%
G = 7.66%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#94145D (or 0x94145D) is known color: Jazzberry Jam. HEX triplet: 94, 14 and 5D. RGB value is (148,20,93). Sum of RGB (Red+Green+Blue) = 148+20+93=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #94145D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94145D is #6BEBA2. Grayscale: #424242. Windows color (decimal): -7072675 or 6100116. OLE color: 6100116.

HSL color Cylindrical-coordinate representation of color #94145D: hue angle of 325.78º degrees, saturation: 0.76, 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 #94145D is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 20 93 -
CMYK 0 0.86 0.37 0.42
HSL 325.78º 0.76% 0.33% -
HSV(B) 325.78º 0.86% 0.58% -
XYZ 14.44 7.59 11.06 -
YUV 66.59 142.91 186.06 -
System Red Green Blue C M Y K H S L
Decimal 148 20 93 0 0.86 0.37 0.42 325.78 0.76 0.33
Hex 94 14 5D 0 56 25 2A 146 4C 21
Octal 224 24 135 0 126 45 52 506 114 41
Binary 10010100 10100 1011101 0 1010110 100101 101010 101000110 1001100 100001

Color Harmonies of #94145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94145D

Black with #94145D

Text Example


Text Example

White with #94145D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94145D; }

 p { color: rgb(148,20,93); }

 H1.HeaderClassName
 {
   color: #94145D;
 }
 .AnyTagClassName
 {
   color: #94145D;
 }
</style>

background-color css

<style>
 a { background-color: #94145D; }

 a { background-color: rgb(148,20,93); }

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

border-color css

<style>
 span { border-color: #94145D; }

 span { border-color: rgb(148,20,93); }

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