Html Css Color HEX #99073F Jazzberry Jam

📋 copy color: '#99073F'

red 153 ◦ green 7 ◦ blue 63

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

Shades of Jazzberry Jam #99073F

Tints of Jazzberry Jam #99073F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.14%

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

R = 68.61%
G = 3.14%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.4

RGB Variations

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

Color information

#99073F (or 0x99073F) is known color: Jazzberry Jam. HEX triplet: 99, 07 and 3F. RGB value is (153,7,63). Sum of RGB (Red+Green+Blue) = 153+7+63=223 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.61% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 153 - color contains mainly: red. Hex color #99073F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99073F is #66F8C0. Grayscale: #383838. Windows color (decimal): -6748353 or 4130713. OLE color: 4130713.

HSL color Cylindrical-coordinate representation of color #99073F: hue angle of 336.99º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #99073F is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 7 63 -
CMYK 0 0.95 0.59 0.4
HSL 336.99º 0.91% 0.31% -
HSV(B) 336.99º 0.95% 0.6% -
XYZ 14.11 7.28 5.36 -
YUV 57.04 131.37 196.45 -
System Red Green Blue C M Y K H S L
Decimal 153 7 63 0 0.95 0.59 0.4 336.99 0.91 0.31
Hex 99 7 3F 0 5F 3B 28 151 5B 1F
Octal 231 7 77 0 137 73 50 521 133 37
Binary 10011001 111 111111 0 1011111 111011 101000 101010001 1011011 11111

Color Harmonies of #99073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99073F

Black with #99073F

Text Example


Text Example

White with #99073F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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