Html Css Color HEX #93064A Jazzberry Jam

📋 copy color: '#93064A'

red 147 ◦ green 6 ◦ blue 74

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

Shades of Jazzberry Jam #93064A

Tints of Jazzberry Jam #93064A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.64%

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

R = 64.76%
G = 2.64%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#93064A (or 0x93064A) is known color: Jazzberry Jam. HEX triplet: 93, 06 and 4A. RGB value is (147,6,74). Sum of RGB (Red+Green+Blue) = 147+6+74=227 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.76% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 147 - color contains mainly: red. Hex color #93064A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93064A is #6CF9B5. Grayscale: #373737. Windows color (decimal): -7141814 or 4851347. OLE color: 4851347.

HSL color Cylindrical-coordinate representation of color #93064A: hue angle of 331.06º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93064A is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 6 74 -
CMYK 0 0.96 0.50 0.42
HSL 331.06º 0.92% 0.3% -
HSV(B) 331.06º 0.96% 0.58% -
XYZ 13.33 6.83 7.09 -
YUV 55.91 138.21 192.97 -
System Red Green Blue C M Y K H S L
Decimal 147 6 74 0 0.96 0.50 0.42 331.06 0.92 0.3
Hex 93 6 4A 0 60 32 2A 14B 5C 1E
Octal 223 6 112 0 140 62 52 513 134 36
Binary 10010011 110 1001010 0 1100000 110010 101010 101001011 1011100 11110

Color Harmonies of #93064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93064A

Black with #93064A

Text Example


Text Example

White with #93064A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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