Html Css Color HEX #99013F Jazzberry Jam

📋 copy color: '#99013F'

red 153 ◦ green 1 ◦ blue 63

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

Shades of Jazzberry Jam #99013F

Tints of Jazzberry Jam #99013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 29.03%

R = 70.51%
G = 0.46%
B = 29.03%

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

#99013F (or 0x99013F) is known color: Jazzberry Jam. HEX triplet: 99, 01 and 3F. RGB value is (153,1,63). Sum of RGB (Red+Green+Blue) = 153+1+63=217 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.51% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 63 (25% from 255 or 29.03% from 217); Max value from RGB is 153 - color contains mainly: red. Hex color #99013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99013F is #66FEC0. Grayscale: #353535. Windows color (decimal): -6749889 or 4129177. OLE color: 4129177.

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

Color convert

RGB 153 1 63 -
CMYK 0 0.99 0.59 0.4
HSL 335.53º 0.99% 0.3% -
HSV(B) 335.53º 0.99% 0.6% -
XYZ 14.04 7.15 5.34 -
YUV 53.52 133.36 198.96 -
System Red Green Blue C M Y K H S L
Decimal 153 1 63 0 0.99 0.59 0.4 335.53 0.99 0.3
Hex 99 1 3F 0 63 3B 28 150 63 1E
Octal 231 1 77 0 143 73 50 520 143 36
Binary 10011001 1 111111 0 1100011 111011 101000 101010000 1100011 11110

Color Harmonies of #99013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99013F

Black with #99013F

Text Example


Text Example

White with #99013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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