Html Css Color HEX #99013E Jazzberry Jam

📋 copy color: '#99013E'

red 153 ◦ green 1 ◦ blue 62

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

Shades of Jazzberry Jam #99013E

Tints of Jazzberry Jam #99013E

RGB

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

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

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

R = 70.83%
G = 0.46%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.4

RGB Variations

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

Color information

#99013E (or 0x99013E) is known color: Jazzberry Jam. HEX triplet: 99, 01 and 3E. RGB value is (153,1,62). Sum of RGB (Red+Green+Blue) = 153+1+62=216 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.83% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 62 (24.61% from 255 or 28.70% from 216); Max value from RGB is 153 - color contains mainly: red. Hex color #99013E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99013E is #66FEC1. Grayscale: #353535. Windows color (decimal): -6749890 or 4063641. OLE color: 4063641.

HSL color Cylindrical-coordinate representation of color #99013E: hue angle of 335.92º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99013E is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 1 62 -
CMYK 0 0.99 0.59 0.4
HSL 335.92º 0.99% 0.3% -
HSV(B) 335.92º 0.99% 0.6% -
XYZ 14.02 7.14 5.2 -
YUV 53.4 132.86 199.04 -
System Red Green Blue C M Y K H S L
Decimal 153 1 62 0 0.99 0.59 0.4 335.92 0.99 0.3
Hex 99 1 3E 0 63 3B 28 150 63 1E
Octal 231 1 76 0 143 73 50 520 143 36
Binary 10011001 1 111110 0 1100011 111011 101000 101010000 1100011 11110

Color Harmonies of #99013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99013E

Black with #99013E

Text Example


Text Example

White with #99013E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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