Html Css Color HEX #93084A Jazzberry Jam

📋 copy color: '#93084A'

red 147 ◦ green 8 ◦ blue 74

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

Shades of Jazzberry Jam #93084A

Tints of Jazzberry Jam #93084A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.49%

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

R = 64.19%
G = 3.49%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#93084A (or 0x93084A) is known color: Jazzberry Jam. HEX triplet: 93, 08 and 4A. RGB value is (147,8,74). Sum of RGB (Red+Green+Blue) = 147+8+74=229 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.19% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 147 - color contains mainly: red. Hex color #93084A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93084A is #6CF7B5. Grayscale: #383838. Windows color (decimal): -7141302 or 4851859. OLE color: 4851859.

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

Color convert

RGB 147 8 74 -
CMYK 0 0.95 0.50 0.42
HSL 331.51º 0.9% 0.3% -
HSV(B) 331.51º 0.95% 0.58% -
XYZ 13.36 6.87 7.1 -
YUV 57.09 137.55 192.13 -
System Red Green Blue C M Y K H S L
Decimal 147 8 74 0 0.95 0.50 0.42 331.51 0.9 0.3
Hex 93 8 4A 0 5F 32 2A 14C 5A 1E
Octal 223 10 112 0 137 62 52 514 132 36
Binary 10010011 1000 1001010 0 1011111 110010 101010 101001100 1011010 11110

Color Harmonies of #93084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93084A

Black with #93084A

Text Example


Text Example

White with #93084A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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