Html Css Color HEX #93084C Jazzberry Jam

📋 copy color: '#93084C'

red 147 ◦ green 8 ◦ blue 76

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

Shades of Jazzberry Jam #93084C

Tints of Jazzberry Jam #93084C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.46%

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

R = 63.64%
G = 3.46%
B = 32.9%

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

#93084C (or 0x93084C) is known color: Jazzberry Jam. HEX triplet: 93, 08 and 4C. RGB value is (147,8,76). Sum of RGB (Red+Green+Blue) = 147+8+76=231 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.64% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 147 - color contains mainly: red. Hex color #93084C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93084C is #6CF7B3. Grayscale: #393939. Windows color (decimal): -7141300 or 4982931. OLE color: 4982931.

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

Color convert

RGB 147 8 76 -
CMYK 0 0.95 0.48 0.42
HSL 330.65º 0.9% 0.3% -
HSV(B) 330.65º 0.95% 0.58% -
XYZ 13.42 6.9 7.46 -
YUV 57.31 138.55 191.97 -
System Red Green Blue C M Y K H S L
Decimal 147 8 76 0 0.95 0.48 0.42 330.65 0.9 0.3
Hex 93 8 4C 0 5F 30 2A 14B 5A 1E
Octal 223 10 114 0 137 60 52 513 132 36
Binary 10010011 1000 1001100 0 1011111 110000 101010 101001011 1011010 11110

Color Harmonies of #93084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93084C

Black with #93084C

Text Example


Text Example

White with #93084C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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