Html Css Color HEX #990645 Jazzberry Jam

📋 copy color: '#990645'

red 153 ◦ green 6 ◦ blue 69

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

Shades of Jazzberry Jam #990645

Tints of Jazzberry Jam #990645

RGB

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

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

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

R = 67.11%
G = 2.63%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.4

RGB Variations

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

Color information

#990645 (or 0x990645) is known color: Jazzberry Jam. HEX triplet: 99, 06 and 45. RGB value is (153,6,69). Sum of RGB (Red+Green+Blue) = 153+6+69=228 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.11% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 69 (27.34% from 255 or 30.26% from 228); Max value from RGB is 153 - color contains mainly: red. Hex color #990645 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990645 is #66F9BA. Grayscale: #393939. Windows color (decimal): -6748603 or 4523673. OLE color: 4523673.

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

Color convert

RGB 153 6 69 -
CMYK 0 0.96 0.55 0.4
HSL 334.29º 0.92% 0.31% -
HSV(B) 334.29º 0.96% 0.6% -
XYZ 14.28 7.33 6.29 -
YUV 57.14 134.7 196.38 -
System Red Green Blue C M Y K H S L
Decimal 153 6 69 0 0.96 0.55 0.4 334.29 0.92 0.31
Hex 99 6 45 0 60 37 28 14E 5C 1F
Octal 231 6 105 0 140 67 50 516 134 37
Binary 10011001 110 1000101 0 1100000 110111 101000 101001110 1011100 11111

Color Harmonies of #990645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990645

Black with #990645

Text Example


Text Example

White with #990645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990645; }

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

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

background-color css

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

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

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

border-color css

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

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

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