Html Css Color HEX #990F64 Jazzberry Jam

📋 copy color: '#990F64'

red 153 ◦ green 15 ◦ blue 100

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

Shades of Jazzberry Jam #990F64

Tints of Jazzberry Jam #990F64

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.6%

 BLUE value IS 100 (39.45% from 255) = 37.31%

R = 57.09%
G = 5.6%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#990F64 (or 0x990F64) is known color: Jazzberry Jam. HEX triplet: 99, 0F and 64. RGB value is (153,15,100). Sum of RGB (Red+Green+Blue) = 153+15+100=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #990F64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990F64 is #66F09B. Grayscale: #414141. Windows color (decimal): -6746268 or 6557593. OLE color: 6557593.

HSL color Cylindrical-coordinate representation of color #990F64: hue angle of 323.04º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #990F64 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 15 100 -
CMYK 0 0.90 0.35 0.4
HSL 323.04º 0.82% 0.33% -
HSV(B) 323.04º 0.9% 0.6% -
XYZ 15.61 8.03 12.78 -
YUV 65.95 147.22 190.09 -
System Red Green Blue C M Y K H S L
Decimal 153 15 100 0 0.90 0.35 0.4 323.04 0.82 0.33
Hex 99 F 64 0 5A 23 28 143 52 21
Octal 231 17 144 0 132 43 50 503 122 41
Binary 10011001 1111 1100100 0 1011010 100011 101000 101000011 1010010 100001

Color Harmonies of #990F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990F64

Black with #990F64

Text Example


Text Example

White with #990F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990F64; }

 p { color: rgb(153,15,100); }

 H1.HeaderClassName
 {
   color: #990F64;
 }
 .AnyTagClassName
 {
   color: #990F64;
 }
</style>

background-color css

<style>
 a { background-color: #990F64; }

 a { background-color: rgb(153,15,100); }

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

border-color css

<style>
 span { border-color: #990F64; }

 span { border-color: rgb(153,15,100); }

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