Html Css Color HEX #990341 Jazzberry Jam

📋 copy color: '#990341'

red 153 ◦ green 3 ◦ blue 65

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

Shades of Jazzberry Jam #990341

Tints of Jazzberry Jam #990341

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.36%

 BLUE value IS 65 (25.78% from 255) = 29.41%

R = 69.23%
G = 1.36%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#990341 (or 0x990341) is known color: Jazzberry Jam. HEX triplet: 99, 03 and 41. RGB value is (153,3,65). Sum of RGB (Red+Green+Blue) = 153+3+65=221 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.23% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 153 - color contains mainly: red. Hex color #990341 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990341 is #66FCBE. Grayscale: #363636. Windows color (decimal): -6749375 or 4260761. OLE color: 4260761.

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

Color convert

RGB 153 3 65 -
CMYK 0 0.98 0.58 0.4
HSL 335.2º 0.96% 0.31% -
HSV(B) 335.2º 0.98% 0.6% -
XYZ 14.12 7.22 5.65 -
YUV 54.92 133.7 197.96 -
System Red Green Blue C M Y K H S L
Decimal 153 3 65 0 0.98 0.58 0.4 335.2 0.96 0.31
Hex 99 3 41 0 62 3A 28 14F 60 1F
Octal 231 3 101 0 142 72 50 517 140 37
Binary 10011001 11 1000001 0 1100010 111010 101000 101001111 1100000 11111

Color Harmonies of #990341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990341

Black with #990341

Text Example


Text Example

White with #990341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990341; }

 p { color: rgb(153,3,65); }

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

background-color css

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

 a { background-color: rgb(153,3,65); }

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

border-color css

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

 span { border-color: rgb(153,3,65); }

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