Html Css Color HEX #990F4B Jazzberry Jam

📋 copy color: '#990F4B'

red 153 ◦ green 15 ◦ blue 75

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

Shades of Jazzberry Jam #990F4B

Tints of Jazzberry Jam #990F4B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.17%

 BLUE value IS 75 (29.69% from 255) = 30.86%

R = 62.96%
G = 6.17%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.4

RGB Variations

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

Color information

#990F4B (or 0x990F4B) is known color: Jazzberry Jam. HEX triplet: 99, 0F and 4B. RGB value is (153,15,75). Sum of RGB (Red+Green+Blue) = 153+15+75=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #990F4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990F4B is #66F0B4. Grayscale: #3F3F3F. Windows color (decimal): -6746293 or 4919193. OLE color: 4919193.

HSL color Cylindrical-coordinate representation of color #990F4B: hue angle of 333.91º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #990F4B is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 15 75 -
CMYK 0 0.90 0.51 0.4
HSL 333.91º 0.82% 0.33% -
HSV(B) 333.91º 0.9% 0.6% -
XYZ 14.58 7.62 7.36 -
YUV 63.1 134.72 192.12 -
System Red Green Blue C M Y K H S L
Decimal 153 15 75 0 0.90 0.51 0.4 333.91 0.82 0.33
Hex 99 F 4B 0 5A 33 28 14E 52 21
Octal 231 17 113 0 132 63 50 516 122 41
Binary 10011001 1111 1001011 0 1011010 110011 101000 101001110 1010010 100001

Color Harmonies of #990F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990F4B

Black with #990F4B

Text Example


Text Example

White with #990F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,15,75); }

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

background-color css

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

 a { background-color: rgb(153,15,75); }

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

border-color css

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

 span { border-color: rgb(153,15,75); }

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