Html Css Color HEX #93034A Jazzberry Jam

📋 copy color: '#93034A'

red 147 ◦ green 3 ◦ blue 74

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

Shades of Jazzberry Jam #93034A

Tints of Jazzberry Jam #93034A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.34%

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

R = 65.63%
G = 1.34%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#93034A (or 0x93034A) is known color: Jazzberry Jam. HEX triplet: 93, 03 and 4A. RGB value is (147,3,74). Sum of RGB (Red+Green+Blue) = 147+3+74=224 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.62% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 147 - color contains mainly: red. Hex color #93034A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93034A is #6CFCB5. Grayscale: #363636. Windows color (decimal): -7142582 or 4850579. OLE color: 4850579.

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

Color convert

RGB 147 3 74 -
CMYK 0 0.98 0.50 0.42
HSL 330.42º 0.96% 0.29% -
HSV(B) 330.42º 0.98% 0.58% -
XYZ 13.3 6.76 7.08 -
YUV 54.15 139.21 194.23 -
System Red Green Blue C M Y K H S L
Decimal 147 3 74 0 0.98 0.50 0.42 330.42 0.96 0.29
Hex 93 3 4A 0 62 32 2A 14A 60 1D
Octal 223 3 112 0 142 62 52 512 140 35
Binary 10010011 11 1001010 0 1100010 110010 101010 101001010 1100000 11101

Color Harmonies of #93034A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93034A

Black with #93034A

Text Example


Text Example

White with #93034A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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