Html Css Color HEX #990643 Jazzberry Jam

📋 copy color: '#990643'

red 153 ◦ green 6 ◦ blue 67

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

Shades of Jazzberry Jam #990643

Tints of Jazzberry Jam #990643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 29.65%

R = 67.7%
G = 2.65%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#990643 (or 0x990643) is known color: Jazzberry Jam. HEX triplet: 99, 06 and 43. RGB value is (153,6,67). Sum of RGB (Red+Green+Blue) = 153+6+67=226 (29% of max value = 765). Red value is 153 (60.16% from 255 or 67.70% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 67 (26.56% from 255 or 29.65% from 226); Max value from RGB is 153 - color contains mainly: red. Hex color #990643 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990643 is #66F9BC. Grayscale: #383838. Windows color (decimal): -6748605 or 4392601. OLE color: 4392601.

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

Color convert

RGB 153 6 67 -
CMYK 0 0.96 0.56 0.4
HSL 335.1º 0.92% 0.31% -
HSV(B) 335.1º 0.96% 0.6% -
XYZ 14.22 7.31 5.97 -
YUV 56.91 133.7 196.54 -
System Red Green Blue C M Y K H S L
Decimal 153 6 67 0 0.96 0.56 0.4 335.1 0.92 0.31
Hex 99 6 43 0 60 38 28 14F 5C 1F
Octal 231 6 103 0 140 70 50 517 134 37
Binary 10011001 110 1000011 0 1100000 111000 101000 101001111 1011100 11111

Color Harmonies of #990643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990643

Black with #990643

Text Example


Text Example

White with #990643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990643; }

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

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

background-color css

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

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

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

border-color css

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

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

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