Html Css Color HEX #93074D Jazzberry Jam

📋 copy color: '#93074D'

red 147 ◦ green 7 ◦ blue 77

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

Shades of Jazzberry Jam #93074D

Tints of Jazzberry Jam #93074D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.33%

R = 63.64%
G = 3.03%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#93074D (or 0x93074D) is known color: Jazzberry Jam. HEX triplet: 93, 07 and 4D. RGB value is (147,7,77). Sum of RGB (Red+Green+Blue) = 147+7+77=231 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.64% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 147 - color contains mainly: red. Hex color #93074D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93074D is #6CF8B2. Grayscale: #383838. Windows color (decimal): -7141555 or 5048211. OLE color: 5048211.

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

Color convert

RGB 147 7 77 -
CMYK 0 0.95 0.48 0.42
HSL 330º 0.91% 0.3% -
HSV(B) 330º 0.95% 0.58% -
XYZ 13.45 6.89 7.64 -
YUV 56.84 139.38 192.31 -
System Red Green Blue C M Y K H S L
Decimal 147 7 77 0 0.95 0.48 0.42 330 0.91 0.3
Hex 93 7 4D 0 5F 30 2A 14A 5B 1E
Octal 223 7 115 0 137 60 52 512 133 36
Binary 10010011 111 1001101 0 1011111 110000 101010 101001010 1011011 11110

Color Harmonies of #93074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93074D

Black with #93074D

Text Example


Text Example

White with #93074D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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