Html Css Color HEX #930744 Jazzberry Jam

📋 copy color: '#930744'

red 147 ◦ green 7 ◦ blue 68

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

Shades of Jazzberry Jam #930744

Tints of Jazzberry Jam #930744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 30.63%

R = 66.22%
G = 3.15%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#930744 (or 0x930744) is known color: Jazzberry Jam. HEX triplet: 93, 07 and 44. RGB value is (147,7,68). Sum of RGB (Red+Green+Blue) = 147+7+68=222 (29% of max value = 765). Red value is 147 (57.81% from 255 or 66.22% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 147 - color contains mainly: red. Hex color #930744 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930744 is #6CF8BB. Grayscale: #373737. Windows color (decimal): -7141564 or 4458387. OLE color: 4458387.

HSL color Cylindrical-coordinate representation of color #930744: hue angle of 333.86º 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 #930744 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 7 68 -
CMYK 0 0.95 0.54 0.42
HSL 333.86º 0.91% 0.3% -
HSV(B) 333.86º 0.95% 0.58% -
XYZ 13.15 6.77 6.08 -
YUV 55.81 134.88 193.04 -
System Red Green Blue C M Y K H S L
Decimal 147 7 68 0 0.95 0.54 0.42 333.86 0.91 0.3
Hex 93 7 44 0 5F 36 2A 14E 5B 1E
Octal 223 7 104 0 137 66 52 516 133 36
Binary 10010011 111 1000100 0 1011111 110110 101010 101001110 1011011 11110

Color Harmonies of #930744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930744

Black with #930744

Text Example


Text Example

White with #930744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930744; }

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

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

background-color css

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

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

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

border-color css

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

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

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