Html Css Color HEX #93074A Jazzberry Jam

📋 copy color: '#93074A'

red 147 ◦ green 7 ◦ blue 74

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

Shades of Jazzberry Jam #93074A

Tints of Jazzberry Jam #93074A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 32.46%

R = 64.47%
G = 3.07%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#93074A (or 0x93074A) is known color: Jazzberry Jam. HEX triplet: 93, 07 and 4A. RGB value is (147,7,74). Sum of RGB (Red+Green+Blue) = 147+7+74=228 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.47% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 147 - color contains mainly: red. Hex color #93074A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93074A is #6CF8B5. Grayscale: #383838. Windows color (decimal): -7141558 or 4851603. OLE color: 4851603.

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

Color convert

RGB 147 7 74 -
CMYK 0 0.95 0.50 0.42
HSL 331.29º 0.91% 0.3% -
HSV(B) 331.29º 0.95% 0.58% -
XYZ 13.34 6.85 7.1 -
YUV 56.5 137.88 192.55 -
System Red Green Blue C M Y K H S L
Decimal 147 7 74 0 0.95 0.50 0.42 331.29 0.91 0.3
Hex 93 7 4A 0 5F 32 2A 14B 5B 1E
Octal 223 7 112 0 137 62 52 513 133 36
Binary 10010011 111 1001010 0 1011111 110010 101010 101001011 1011011 11110

Color Harmonies of #93074A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93074A

Black with #93074A

Text Example


Text Example

White with #93074A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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