Html Css Color HEX #93054C Jazzberry Jam

📋 copy color: '#93054C'

red 147 ◦ green 5 ◦ blue 76

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

Shades of Jazzberry Jam #93054C

Tints of Jazzberry Jam #93054C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.19%

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

R = 64.47%
G = 2.19%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#93054C (or 0x93054C) is known color: Jazzberry Jam. HEX triplet: 93, 05 and 4C. RGB value is (147,5,76). Sum of RGB (Red+Green+Blue) = 147+5+76=228 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.47% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 147 - color contains mainly: red. Hex color #93054C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93054C is #6CFAB3. Grayscale: #373737. Windows color (decimal): -7142068 or 4982163. OLE color: 4982163.

HSL color Cylindrical-coordinate representation of color #93054C: hue angle of 330º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #93054C is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 5 76 -
CMYK 0 0.97 0.48 0.42
HSL 330º 0.93% 0.3% -
HSV(B) 330º 0.97% 0.58% -
XYZ 13.39 6.83 7.45 -
YUV 55.55 139.54 193.23 -
System Red Green Blue C M Y K H S L
Decimal 147 5 76 0 0.97 0.48 0.42 330 0.93 0.3
Hex 93 5 4C 0 61 30 2A 14A 5D 1E
Octal 223 5 114 0 141 60 52 512 135 36
Binary 10010011 101 1001100 0 1100001 110000 101010 101001010 1011101 11110

Color Harmonies of #93054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93054C

Black with #93054C

Text Example


Text Example

White with #93054C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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