Html Css Color HEX #9A093C Jazzberry Jam

📋 copy color: '#9A093C'

red 154 ◦ green 9 ◦ blue 60

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

Shades of Jazzberry Jam #9A093C

Tints of Jazzberry Jam #9A093C

RGB

 RED value IS 154 (60.55% from 255) = 69.06%

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

 BLUE value IS 60 (23.83% from 255) = 26.91%

R = 69.06%
G = 4.04%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#9A093C (or 0x9A093C) is known color: Jazzberry Jam. HEX triplet: 9A, 09 and 3C. RGB value is (154,9,60). Sum of RGB (Red+Green+Blue) = 154+9+60=223 (29% of max value = 765). Red value is 154 (60.55% from 255 or 69.06% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 154 - color contains mainly: red. Hex color #9A093C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A093C is #65F6C3. Grayscale: #3A3A3A. Windows color (decimal): -6682308 or 3934618. OLE color: 3934618.

HSL color Cylindrical-coordinate representation of color #9A093C: hue angle of 338.9º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A093C is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 9 60 -
CMYK 0 0.94 0.61 0.40
HSL 338.9º 0.89% 0.32% -
HSV(B) 338.9º 0.94% 0.6% -
XYZ 14.24 7.39 4.95 -
YUV 58.17 129.04 196.35 -
System Red Green Blue C M Y K H S L
Decimal 154 9 60 0 0.94 0.61 0.40 338.9 0.89 0.32
Hex 9A 9 3C 0 5E 3D 28 153 59 20
Octal 232 11 74 0 136 75 50 523 131 40
Binary 10011010 1001 111100 0 1011110 111101 101000 101010011 1011001 100000

Color Harmonies of #9A093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A093C

Black with #9A093C

Text Example


Text Example

White with #9A093C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A093C; }

 p { color: rgb(154,9,60); }

 H1.HeaderClassName
 {
   color: #9A093C;
 }
 .AnyTagClassName
 {
   color: #9A093C;
 }
</style>

background-color css

<style>
 a { background-color: #9A093C; }

 a { background-color: rgb(154,9,60); }

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

border-color css

<style>
 span { border-color: #9A093C; }

 span { border-color: rgb(154,9,60); }

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