Html Css Color HEX #93064C Jazzberry Jam

📋 copy color: '#93064C'

red 147 ◦ green 6 ◦ blue 76

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

Shades of Jazzberry Jam #93064C

Tints of Jazzberry Jam #93064C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.19%

R = 64.19%
G = 2.62%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#93064C (or 0x93064C) is known color: Jazzberry Jam. HEX triplet: 93, 06 and 4C. RGB value is (147,6,76). Sum of RGB (Red+Green+Blue) = 147+6+76=229 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.19% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 147 - color contains mainly: red. Hex color #93064C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93064C is #6CF9B3. Grayscale: #383838. Windows color (decimal): -7141812 or 4982419. OLE color: 4982419.

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

Color convert

RGB 147 6 76 -
CMYK 0 0.96 0.48 0.42
HSL 330.21º 0.92% 0.3% -
HSV(B) 330.21º 0.96% 0.58% -
XYZ 13.4 6.86 7.45 -
YUV 56.14 139.21 192.81 -
System Red Green Blue C M Y K H S L
Decimal 147 6 76 0 0.96 0.48 0.42 330.21 0.92 0.3
Hex 93 6 4C 0 60 30 2A 14A 5C 1E
Octal 223 6 114 0 140 60 52 512 134 36
Binary 10010011 110 1001100 0 1100000 110000 101010 101001010 1011100 11110

Color Harmonies of #93064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93064C

Black with #93064C

Text Example


Text Example

White with #93064C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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