#99065A

Color #99065A Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #99065A

Tints of Jazzberry Jam #99065A

Color information

#99065A (or 0x99065A) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 06 and 5A. RGB value is (153,6,90). Sum of RGB (Red+Green+Blue) = 153+6+90=249 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.45% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 153 - color contains mainly: red. Hex color #99065A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99065A is #66F9A5. Grayscale: #3B3B3B. Windows color (decimal): -6748582 or 5899929. OLE color: 5899929.

HSL color Cylindrical-coordinate representation of color #99065A: hue angle of 325.71º 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 #99065A is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB153690-
CMYK00.960.410.4
HSL325.71º92.45%31.18%-
HSV(B)325.71º96.08%60%-
XYZ15.057.6410.35-
YUV59.53145.2194.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 61.45%
GREEN value IS 6 (2.73% from 255) = 2.41%
BLUE value IS 90 (35.55% from 255) = 36.14%
R=61.45%
G=2.41%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15369000.960.410.4325.7192.4531.18
Hex9965A06029281465c1f
Octal23161320140515050613437
Binary10011001110101101001100000101001101000101000110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99065A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99065A; }

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

 H1.HeaderClassName
 {
   color: #99065A;
 }
 .AnyTagClassName
 {
   color: #99065A;
 }
</style>
background-color css

<style>
 a { background-color: #99065A; }

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

 div.DivClassName
 {
   background-color: #99065A;
 }
 .BgClassName
 {
   background-color: #99065A;
 }
</style>
border-color css

<style>
 span { border-color: #99065A; }

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

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