Html Css Color HEX #99093E Jazzberry Jam

📋 copy color: '#99093E'

red 153 ◦ green 9 ◦ blue 62

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

Shades of Jazzberry Jam #99093E

Tints of Jazzberry Jam #99093E

RGB

 RED value IS 153 (60.16% from 255) = 68.3%

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

 BLUE value IS 62 (24.61% from 255) = 27.68%

R = 68.3%
G = 4.02%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.4

RGB Variations

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

Color information

#99093E (or 0x99093E) is known color: Jazzberry Jam. HEX triplet: 99, 09 and 3E. RGB value is (153,9,62). Sum of RGB (Red+Green+Blue) = 153+9+62=224 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.30% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 153 - color contains mainly: red. Hex color #99093E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99093E is #66F6C1. Grayscale: #3A3A3A. Windows color (decimal): -6747842 or 4065689. OLE color: 4065689.

HSL color Cylindrical-coordinate representation of color #99093E: hue angle of 337.92º 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 #99093E is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 9 62 -
CMYK 0 0.94 0.59 0.4
HSL 337.92º 0.89% 0.32% -
HSV(B) 337.92º 0.94% 0.6% -
XYZ 14.1 7.32 5.23 -
YUV 58.1 130.21 195.69 -
System Red Green Blue C M Y K H S L
Decimal 153 9 62 0 0.94 0.59 0.4 337.92 0.89 0.32
Hex 99 9 3E 0 5E 3B 28 152 59 20
Octal 231 11 76 0 136 73 50 522 131 40
Binary 10011001 1001 111110 0 1011110 111011 101000 101010010 1011001 100000

Color Harmonies of #99093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99093E

Black with #99093E

Text Example


Text Example

White with #99093E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99093E; }

 p { color: rgb(153,9,62); }

 H1.HeaderClassName
 {
   color: #99093E;
 }
 .AnyTagClassName
 {
   color: #99093E;
 }
</style>

background-color css

<style>
 a { background-color: #99093E; }

 a { background-color: rgb(153,9,62); }

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

border-color css

<style>
 span { border-color: #99093E; }

 span { border-color: rgb(153,9,62); }

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