Html Css Color HEX #93024A Jazzberry Jam

📋 copy color: '#93024A'

red 147 ◦ green 2 ◦ blue 74

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

Shades of Jazzberry Jam #93024A

Tints of Jazzberry Jam #93024A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 65.92%
G = 0.9%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#93024A (or 0x93024A) is known color: Jazzberry Jam. HEX triplet: 93, 02 and 4A. RGB value is (147,2,74). Sum of RGB (Red+Green+Blue) = 147+2+74=223 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.92% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 147 - color contains mainly: red. Hex color #93024A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93024A is #6CFDB5. Grayscale: #353535. Windows color (decimal): -7142838 or 4850323. OLE color: 4850323.

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

Color convert

RGB 147 2 74 -
CMYK 0 0.99 0.50 0.42
HSL 330.21º 0.97% 0.29% -
HSV(B) 330.21º 0.99% 0.58% -
XYZ 13.29 6.74 7.08 -
YUV 53.56 139.54 194.65 -
System Red Green Blue C M Y K H S L
Decimal 147 2 74 0 0.99 0.50 0.42 330.21 0.97 0.29
Hex 93 2 4A 0 63 32 2A 14A 61 1D
Octal 223 2 112 0 143 62 52 512 141 35
Binary 10010011 10 1001010 0 1100011 110010 101010 101001010 1100001 11101

Color Harmonies of #93024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93024A

Black with #93024A

Text Example


Text Example

White with #93024A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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