Html Css Color HEX #990542 Jazzberry Jam

📋 copy color: '#990542'

red 153 ◦ green 5 ◦ blue 66

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

Shades of Jazzberry Jam #990542

Tints of Jazzberry Jam #990542

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.23%

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

R = 68.3%
G = 2.23%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#990542 (or 0x990542) is known color: Jazzberry Jam. HEX triplet: 99, 05 and 42. RGB value is (153,5,66). Sum of RGB (Red+Green+Blue) = 153+5+66=224 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.30% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 153 - color contains mainly: red. Hex color #990542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990542 is #66FABD. Grayscale: #383838. Windows color (decimal): -6748862 or 4326809. OLE color: 4326809.

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

Color convert

RGB 153 5 66 -
CMYK 0 0.97 0.57 0.4
HSL 335.27º 0.94% 0.31% -
HSV(B) 335.27º 0.97% 0.6% -
XYZ 14.17 7.27 5.81 -
YUV 56.21 133.53 197.04 -
System Red Green Blue C M Y K H S L
Decimal 153 5 66 0 0.97 0.57 0.4 335.27 0.94 0.31
Hex 99 5 42 0 61 39 28 14F 5E 1F
Octal 231 5 102 0 141 71 50 517 136 37
Binary 10011001 101 1000010 0 1100001 111001 101000 101001111 1011110 11111

Color Harmonies of #990542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990542

Black with #990542

Text Example


Text Example

White with #990542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990542; }

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

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

background-color css

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

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

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

border-color css

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

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

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