Html Css Color HEX #990B45 Jazzberry Jam

📋 copy color: '#990B45'

red 153 ◦ green 11 ◦ blue 69

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

Shades of Jazzberry Jam #990B45

Tints of Jazzberry Jam #990B45

RGB

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

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

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

R = 65.67%
G = 4.72%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.4

RGB Variations

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

Color information

#990B45 (or 0x990B45) is known color: Jazzberry Jam. HEX triplet: 99, 0B and 45. RGB value is (153,11,69). Sum of RGB (Red+Green+Blue) = 153+11+69=233 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.67% from 233); Green value is 11 (4.69% from 255 or 4.72% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 153 - color contains mainly: red. Hex color #990B45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990B45 is #66F4BA. Grayscale: #3B3B3B. Windows color (decimal): -6747323 or 4524953. OLE color: 4524953.

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

Color convert

RGB 153 11 69 -
CMYK 0 0.93 0.55 0.4
HSL 335.49º 0.87% 0.32% -
HSV(B) 335.49º 0.93% 0.6% -
XYZ 14.33 7.44 6.31 -
YUV 60.07 133.04 194.28 -
System Red Green Blue C M Y K H S L
Decimal 153 11 69 0 0.93 0.55 0.4 335.49 0.87 0.32
Hex 99 B 45 0 5D 37 28 14F 57 20
Octal 231 13 105 0 135 67 50 517 127 40
Binary 10011001 1011 1000101 0 1011101 110111 101000 101001111 1010111 100000

Color Harmonies of #990B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990B45

Black with #990B45

Text Example


Text Example

White with #990B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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