Html Css Color HEX #93004F Jazzberry Jam

📋 copy color: '#93004F'

red 147 ◦ green 0 ◦ blue 79

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

Shades of Jazzberry Jam #93004F

Tints of Jazzberry Jam #93004F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 79 (31.25% from 255) = 34.96%

R = 65.04%
G = 0%
B = 34.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#93004F (or 0x93004F) is known color: Jazzberry Jam. HEX triplet: 93, 00 and 4F. RGB value is (147,0,79). Sum of RGB (Red+Green+Blue) = 147+0+79=226 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.04% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 147 - color contains mainly: red. Hex color #93004F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93004F is #6CFFB0. Grayscale: #343434. Windows color (decimal): -7143345 or 5177491. OLE color: 5177491.

HSL color Cylindrical-coordinate representation of color #93004F: hue angle of 327.76º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #93004F is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 0 79 -
CMYK 0 1 0.46 0.42
HSL 327.76º 1% 0.29% -
HSV(B) 327.76º 1% 0.58% -
XYZ 13.44 6.77 7.99 -
YUV 52.96 142.7 195.08 -
System Red Green Blue C M Y K H S L
Decimal 147 0 79 0 1 0.46 0.42 327.76 1 0.29
Hex 93 0 4F 0 64 2E 2A 148 64 1D
Octal 223 0 117 0 144 56 52 510 144 35
Binary 10010011 0 1001111 0 1100100 101110 101010 101001000 1100100 11101

Color Harmonies of #93004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93004F

Black with #93004F

Text Example


Text Example

White with #93004F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,0,79); }

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

background-color css

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

 a { background-color: rgb(147,0,79); }

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

border-color css

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

 span { border-color: rgb(147,0,79); }

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