Html Css Color HEX #99063F Jazzberry Jam

📋 copy color: '#99063F'

red 153 ◦ green 6 ◦ blue 63

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

Shades of Jazzberry Jam #99063F

Tints of Jazzberry Jam #99063F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.7%

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

R = 68.92%
G = 2.7%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.4

RGB Variations

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

Color information

#99063F (or 0x99063F) is known color: Jazzberry Jam. HEX triplet: 99, 06 and 3F. RGB value is (153,6,63). Sum of RGB (Red+Green+Blue) = 153+6+63=222 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.92% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 153 - color contains mainly: red. Hex color #99063F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99063F is #66F9C0. Grayscale: #383838. Windows color (decimal): -6748609 or 4130457. OLE color: 4130457.

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

Color convert

RGB 153 6 63 -
CMYK 0 0.96 0.59 0.4
HSL 336.73º 0.92% 0.31% -
HSV(B) 336.73º 0.96% 0.6% -
XYZ 14.1 7.26 5.36 -
YUV 56.45 131.7 196.87 -
System Red Green Blue C M Y K H S L
Decimal 153 6 63 0 0.96 0.59 0.4 336.73 0.92 0.31
Hex 99 6 3F 0 60 3B 28 151 5C 1F
Octal 231 6 77 0 140 73 50 521 134 37
Binary 10011001 110 111111 0 1100000 111011 101000 101010001 1011100 11111

Color Harmonies of #99063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99063F

Black with #99063F

Text Example


Text Example

White with #99063F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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