Html Css Color HEX #990742 Jazzberry Jam

📋 copy color: '#990742'

red 153 ◦ green 7 ◦ blue 66

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

Shades of Jazzberry Jam #990742

Tints of Jazzberry Jam #990742

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.1%

 BLUE value IS 66 (26.17% from 255) = 29.2%

R = 67.7%
G = 3.1%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#990742 (or 0x990742) is known color: Jazzberry Jam. HEX triplet: 99, 07 and 42. RGB value is (153,7,66). Sum of RGB (Red+Green+Blue) = 153+7+66=226 (29% of max value = 765). Red value is 153 (60.16% from 255 or 67.70% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 153 - color contains mainly: red. Hex color #990742 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990742 is #66F8BD. Grayscale: #393939. Windows color (decimal): -6748350 or 4327321. OLE color: 4327321.

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

Color convert

RGB 153 7 66 -
CMYK 0 0.95 0.57 0.4
HSL 335.75º 0.91% 0.31% -
HSV(B) 335.75º 0.95% 0.6% -
XYZ 14.2 7.32 5.82 -
YUV 57.38 132.87 196.2 -
System Red Green Blue C M Y K H S L
Decimal 153 7 66 0 0.95 0.57 0.4 335.75 0.91 0.31
Hex 99 7 42 0 5F 39 28 150 5B 1F
Octal 231 7 102 0 137 71 50 520 133 37
Binary 10011001 111 1000010 0 1011111 111001 101000 101010000 1011011 11111

Color Harmonies of #990742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990742

Black with #990742

Text Example


Text Example

White with #990742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990742; }

 p { color: rgb(153,7,66); }

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

background-color css

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

 a { background-color: rgb(153,7,66); }

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

border-color css

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

 span { border-color: rgb(153,7,66); }

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