Html Css Color HEX #93014A Jazzberry Jam

📋 copy color: '#93014A'

red 147 ◦ green 1 ◦ blue 74

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

Shades of Jazzberry Jam #93014A

Tints of Jazzberry Jam #93014A

RGB

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

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

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

R = 66.22%
G = 0.45%
B = 33.33%

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

#93014A (or 0x93014A) is known color: Jazzberry Jam. HEX triplet: 93, 01 and 4A. RGB value is (147,1,74). Sum of RGB (Red+Green+Blue) = 147+1+74=222 (29% of max value = 765). Red value is 147 (57.81% from 255 or 66.22% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 147 - color contains mainly: red. Hex color #93014A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93014A is #6CFEB5. Grayscale: #343434. Windows color (decimal): -7143094 or 4850067. OLE color: 4850067.

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

Color convert

RGB 147 1 74 -
CMYK 0 0.99 0.50 0.42
HSL 330º 0.99% 0.29% -
HSV(B) 330º 0.99% 0.58% -
XYZ 13.28 6.72 7.08 -
YUV 52.98 139.87 195.06 -
System Red Green Blue C M Y K H S L
Decimal 147 1 74 0 0.99 0.50 0.42 330 0.99 0.29
Hex 93 1 4A 0 63 32 2A 14A 63 1D
Octal 223 1 112 0 143 62 52 512 143 35
Binary 10010011 1 1001010 0 1100011 110010 101010 101001010 1100011 11101

Color Harmonies of #93014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93014A

Black with #93014A

Text Example


Text Example

White with #93014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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