Html Css Color HEX #94145C Jazzberry Jam

📋 copy color: '#94145C'

red 148 ◦ green 20 ◦ blue 92

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

Shades of Jazzberry Jam #94145C

Tints of Jazzberry Jam #94145C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.38%

R = 56.92%
G = 7.69%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#94145C (or 0x94145C) is known color: Jazzberry Jam. HEX triplet: 94, 14 and 5C. RGB value is (148,20,92). Sum of RGB (Red+Green+Blue) = 148+20+92=260 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.92% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 148 - color contains mainly: red. Hex color #94145C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94145C is #6BEBA3. Grayscale: #424242. Windows color (decimal): -7072676 or 6034580. OLE color: 6034580.

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

Color convert

RGB 148 20 92 -
CMYK 0 0.86 0.38 0.42
HSL 326.25º 0.76% 0.33% -
HSV(B) 326.25º 0.86% 0.58% -
XYZ 14.39 7.57 10.83 -
YUV 66.48 142.41 186.15 -
System Red Green Blue C M Y K H S L
Decimal 148 20 92 0 0.86 0.38 0.42 326.25 0.76 0.33
Hex 94 14 5C 0 56 26 2A 146 4C 21
Octal 224 24 134 0 126 46 52 506 114 41
Binary 10010100 10100 1011100 0 1010110 100110 101010 101000110 1001100 100001

Color Harmonies of #94145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94145C

Black with #94145C

Text Example


Text Example

White with #94145C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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