Html Css Color HEX #990B5C Jazzberry Jam

📋 copy color: '#990B5C'

red 153 ◦ green 11 ◦ blue 92

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

Shades of Jazzberry Jam #990B5C

Tints of Jazzberry Jam #990B5C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.3%

 BLUE value IS 92 (36.33% from 255) = 35.94%

R = 59.77%
G = 4.3%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#990B5C (or 0x990B5C) is known color: Jazzberry Jam. HEX triplet: 99, 0B and 5C. RGB value is (153,11,92). Sum of RGB (Red+Green+Blue) = 153+11+92=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #990B5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990B5C is #66F4A3. Grayscale: #3E3E3E. Windows color (decimal): -6747300 or 6032281. OLE color: 6032281.

HSL color Cylindrical-coordinate representation of color #990B5C: hue angle of 325.77º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990B5C is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 11 92 -
CMYK 0 0.93 0.40 0.4
HSL 325.77º 0.87% 0.32% -
HSV(B) 325.77º 0.93% 0.6% -
XYZ 15.19 7.78 10.83 -
YUV 62.69 144.54 192.41 -
System Red Green Blue C M Y K H S L
Decimal 153 11 92 0 0.93 0.40 0.4 325.77 0.87 0.32
Hex 99 B 5C 0 5D 28 28 146 57 20
Octal 231 13 134 0 135 50 50 506 127 40
Binary 10011001 1011 1011100 0 1011101 101000 101000 101000110 1010111 100000

Color Harmonies of #990B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990B5C

Black with #990B5C

Text Example


Text Example

White with #990B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990B5C; }

 p { color: rgb(153,11,92); }

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

background-color css

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

 a { background-color: rgb(153,11,92); }

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

border-color css

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

 span { border-color: rgb(153,11,92); }

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