Html Css Color HEX #93093F Jazzberry Jam

📋 copy color: '#93093F'

red 147 ◦ green 9 ◦ blue 63

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

Shades of Jazzberry Jam #93093F

Tints of Jazzberry Jam #93093F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.11%

 BLUE value IS 63 (25% from 255) = 28.77%

R = 67.12%
G = 4.11%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#93093F (or 0x93093F) is known color: Jazzberry Jam. HEX triplet: 93, 09 and 3F. RGB value is (147,9,63). Sum of RGB (Red+Green+Blue) = 147+9+63=219 (29% of max value = 765). Red value is 147 (57.81% from 255 or 67.12% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 147 - color contains mainly: red. Hex color #93093F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93093F is #6CF6C0. Grayscale: #383838. Windows color (decimal): -7141057 or 4131219. OLE color: 4131219.

HSL color Cylindrical-coordinate representation of color #93093F: hue angle of 336.52º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93093F is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 9 63 -
CMYK 0 0.94 0.57 0.42
HSL 336.52º 0.88% 0.31% -
HSV(B) 336.52º 0.94% 0.58% -
XYZ 13.03 6.76 5.32 -
YUV 56.42 131.72 192.61 -
System Red Green Blue C M Y K H S L
Decimal 147 9 63 0 0.94 0.57 0.42 336.52 0.88 0.31
Hex 93 9 3F 0 5E 39 2A 151 58 1F
Octal 223 11 77 0 136 71 52 521 130 37
Binary 10010011 1001 111111 0 1011110 111001 101010 101010001 1011000 11111

Color Harmonies of #93093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93093F

Black with #93093F

Text Example


Text Example

White with #93093F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93093F; }

 p { color: rgb(147,9,63); }

 H1.HeaderClassName
 {
   color: #93093F;
 }
 .AnyTagClassName
 {
   color: #93093F;
 }
</style>

background-color css

<style>
 a { background-color: #93093F; }

 a { background-color: rgb(147,9,63); }

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

border-color css

<style>
 span { border-color: #93093F; }

 span { border-color: rgb(147,9,63); }

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