Html Css Color HEX #99053E Jazzberry Jam

📋 copy color: '#99053E'

red 153 ◦ green 5 ◦ blue 62

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

Shades of Jazzberry Jam #99053E

Tints of Jazzberry Jam #99053E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.27%

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

R = 69.55%
G = 2.27%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.4

RGB Variations

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

Color information

#99053E (or 0x99053E) is known color: Jazzberry Jam. HEX triplet: 99, 05 and 3E. RGB value is (153,5,62). Sum of RGB (Red+Green+Blue) = 153+5+62=220 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.55% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 153 - color contains mainly: red. Hex color #99053E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99053E is #66FAC1. Grayscale: #373737. Windows color (decimal): -6748866 or 4064665. OLE color: 4064665.

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

Color convert

RGB 153 5 62 -
CMYK 0 0.97 0.59 0.4
HSL 336.89º 0.94% 0.31% -
HSV(B) 336.89º 0.97% 0.6% -
XYZ 14.06 7.23 5.21 -
YUV 55.75 131.53 197.37 -
System Red Green Blue C M Y K H S L
Decimal 153 5 62 0 0.97 0.59 0.4 336.89 0.94 0.31
Hex 99 5 3E 0 61 3B 28 151 5E 1F
Octal 231 5 76 0 141 73 50 521 136 37
Binary 10011001 101 111110 0 1100001 111011 101000 101010001 1011110 11111

Color Harmonies of #99053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99053E

Black with #99053E

Text Example


Text Example

White with #99053E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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