Html Css Color HEX #990345 Jazzberry Jam

📋 copy color: '#990345'

red 153 ◦ green 3 ◦ blue 69

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

Shades of Jazzberry Jam #990345

Tints of Jazzberry Jam #990345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 30.67%

R = 68%
G = 1.33%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.4

RGB Variations

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

Color information

#990345 (or 0x990345) is known color: Jazzberry Jam. HEX triplet: 99, 03 and 45. RGB value is (153,3,69). Sum of RGB (Red+Green+Blue) = 153+3+69=225 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 153 - color contains mainly: red. Hex color #990345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990345 is #66FCBA. Grayscale: #373737. Windows color (decimal): -6749371 or 4522905. OLE color: 4522905.

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

Color convert

RGB 153 3 69 -
CMYK 0 0.98 0.55 0.4
HSL 333.6º 0.96% 0.31% -
HSV(B) 333.6º 0.98% 0.6% -
XYZ 14.24 7.27 6.28 -
YUV 55.37 135.7 197.63 -
System Red Green Blue C M Y K H S L
Decimal 153 3 69 0 0.98 0.55 0.4 333.6 0.96 0.31
Hex 99 3 45 0 62 37 28 14E 60 1F
Octal 231 3 105 0 142 67 50 516 140 37
Binary 10011001 11 1000101 0 1100010 110111 101000 101001110 1100000 11111

Color Harmonies of #990345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990345

Black with #990345

Text Example


Text Example

White with #990345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990345; }

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

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

background-color css

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

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

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

border-color css

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

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

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