Html Css Color HEX #930746 Jazzberry Jam

📋 copy color: '#930746'

red 147 ◦ green 7 ◦ blue 70

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

Shades of Jazzberry Jam #930746

Tints of Jazzberry Jam #930746

RGB

 RED value IS 147 (57.81% from 255) = 65.63%

 GREEN value IS 7 (3.13% from 255) = 3.13%

 BLUE value IS 70 (27.73% from 255) = 31.25%

R = 65.63%
G = 3.13%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#930746 (or 0x930746) is known color: Jazzberry Jam. HEX triplet: 93, 07 and 46. RGB value is (147,7,70). Sum of RGB (Red+Green+Blue) = 147+7+70=224 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.62% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 147 - color contains mainly: red. Hex color #930746 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930746 is #6CF8B9. Grayscale: #373737. Windows color (decimal): -7141562 or 4589459. OLE color: 4589459.

HSL color Cylindrical-coordinate representation of color #930746: hue angle of 333º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #930746 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 7 70 -
CMYK 0 0.95 0.52 0.42
HSL 333º 0.91% 0.3% -
HSV(B) 333º 0.95% 0.58% -
XYZ 13.21 6.8 6.41 -
YUV 56.04 135.88 192.88 -
System Red Green Blue C M Y K H S L
Decimal 147 7 70 0 0.95 0.52 0.42 333 0.91 0.3
Hex 93 7 46 0 5F 34 2A 14D 5B 1E
Octal 223 7 106 0 137 64 52 515 133 36
Binary 10010011 111 1000110 0 1011111 110100 101010 101001101 1011011 11110

Color Harmonies of #930746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930746

Black with #930746

Text Example


Text Example

White with #930746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930746; }

 p { color: rgb(147,7,70); }

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

background-color css

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

 a { background-color: rgb(147,7,70); }

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

border-color css

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

 span { border-color: rgb(147,7,70); }

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