Html Css Color HEX #990B41 Jazzberry Jam

📋 copy color: '#990B41'

red 153 ◦ green 11 ◦ blue 65

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

Shades of Jazzberry Jam #990B41

Tints of Jazzberry Jam #990B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 28.38%

R = 66.81%
G = 4.8%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#990B41 (or 0x990B41) is known color: Jazzberry Jam. HEX triplet: 99, 0B and 41. RGB value is (153,11,65). Sum of RGB (Red+Green+Blue) = 153+11+65=229 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.81% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 153 - color contains mainly: red. Hex color #990B41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990B41 is #66F4BE. Grayscale: #3B3B3B. Windows color (decimal): -6747327 or 4262809. OLE color: 4262809.

HSL color Cylindrical-coordinate representation of color #990B41: hue angle of 337.18º 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 #990B41 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 11 65 -
CMYK 0 0.93 0.58 0.4
HSL 337.18º 0.87% 0.32% -
HSV(B) 337.18º 0.93% 0.6% -
XYZ 14.21 7.39 5.68 -
YUV 59.61 131.04 194.61 -
System Red Green Blue C M Y K H S L
Decimal 153 11 65 0 0.93 0.58 0.4 337.18 0.87 0.32
Hex 99 B 41 0 5D 3A 28 151 57 20
Octal 231 13 101 0 135 72 50 521 127 40
Binary 10011001 1011 1000001 0 1011101 111010 101000 101010001 1010111 100000

Color Harmonies of #990B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990B41

Black with #990B41

Text Example


Text Example

White with #990B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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