Html Css Color HEX #93014D Jazzberry Jam

📋 copy color: '#93014D'

red 147 ◦ green 1 ◦ blue 77

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

Shades of Jazzberry Jam #93014D

Tints of Jazzberry Jam #93014D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 77 (30.47% from 255) = 34.22%

R = 65.33%
G = 0.44%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#93014D (or 0x93014D) is known color: Jazzberry Jam. HEX triplet: 93, 01 and 4D. RGB value is (147,1,77). Sum of RGB (Red+Green+Blue) = 147+1+77=225 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.33% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 147 - color contains mainly: red. Hex color #93014D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93014D is #6CFEB2. Grayscale: #353535. Windows color (decimal): -7143091 or 5046675. OLE color: 5046675.

HSL color Cylindrical-coordinate representation of color #93014D: hue angle of 328.77º degrees, saturation: 0.99, 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 #93014D is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 1 77 -
CMYK 0 0.99 0.48 0.42
HSL 328.77º 0.99% 0.29% -
HSV(B) 328.77º 0.99% 0.58% -
XYZ 13.38 6.76 7.62 -
YUV 53.32 141.37 194.82 -
System Red Green Blue C M Y K H S L
Decimal 147 1 77 0 0.99 0.48 0.42 328.77 0.99 0.29
Hex 93 1 4D 0 63 30 2A 149 63 1D
Octal 223 1 115 0 143 60 52 511 143 35
Binary 10010011 1 1001101 0 1100011 110000 101010 101001001 1100011 11101

Color Harmonies of #93014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93014D

Black with #93014D

Text Example


Text Example

White with #93014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93014D; }

 p { color: rgb(147,1,77); }

 H1.HeaderClassName
 {
   color: #93014D;
 }
 .AnyTagClassName
 {
   color: #93014D;
 }
</style>

background-color css

<style>
 a { background-color: #93014D; }

 a { background-color: rgb(147,1,77); }

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

border-color css

<style>
 span { border-color: #93014D; }

 span { border-color: rgb(147,1,77); }

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