Html Css Color HEX #990646 Jazzberry Jam

📋 copy color: '#990646'

red 153 ◦ green 6 ◦ blue 70

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

Shades of Jazzberry Jam #990646

Tints of Jazzberry Jam #990646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 30.57%

R = 66.81%
G = 2.62%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#990646 (or 0x990646) is known color: Jazzberry Jam. HEX triplet: 99, 06 and 46. RGB value is (153,6,70). Sum of RGB (Red+Green+Blue) = 153+6+70=229 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.81% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 70 (27.73% from 255 or 30.57% from 229); Max value from RGB is 153 - color contains mainly: red. Hex color #990646 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990646 is #66F9B9. Grayscale: #393939. Windows color (decimal): -6748602 or 4589209. OLE color: 4589209.

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

Color convert

RGB 153 6 70 -
CMYK 0 0.96 0.54 0.4
HSL 333.88º 0.92% 0.31% -
HSV(B) 333.88º 0.96% 0.6% -
XYZ 14.31 7.34 6.46 -
YUV 57.25 135.2 196.3 -
System Red Green Blue C M Y K H S L
Decimal 153 6 70 0 0.96 0.54 0.4 333.88 0.92 0.31
Hex 99 6 46 0 60 36 28 14E 5C 1F
Octal 231 6 106 0 140 66 50 516 134 37
Binary 10011001 110 1000110 0 1100000 110110 101000 101001110 1011100 11111

Color Harmonies of #990646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990646

Black with #990646

Text Example


Text Example

White with #990646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990646; }

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

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

background-color css

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

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

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

border-color css

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

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

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