Html Css Color HEX #9B144F Jazzberry Jam

📋 copy color: '#9B144F'

red 155 ◦ green 20 ◦ blue 79

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

Shades of Jazzberry Jam #9B144F

Tints of Jazzberry Jam #9B144F

RGB

 RED value IS 155 (60.94% from 255) = 61.02%

 GREEN value IS 20 (8.2% from 255) = 7.87%

 BLUE value IS 79 (31.25% from 255) = 31.1%

R = 61.02%
G = 7.87%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9B144F (or 0x9B144F) is known color: Jazzberry Jam. HEX triplet: 9B, 14 and 4F. RGB value is (155,20,79). Sum of RGB (Red+Green+Blue) = 155+20+79=254 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.02% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 155 - color contains mainly: red. Hex color #9B144F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B144F is #64EBB0. Grayscale: #424242. Windows color (decimal): -6613937 or 5182619. OLE color: 5182619.

HSL color Cylindrical-coordinate representation of color #9B144F: hue angle of 333.78º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B144F is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 20 79 -
CMYK 0 0.87 0.49 0.39
HSL 333.78º 0.77% 0.34% -
HSV(B) 333.78º 0.87% 0.61% -
XYZ 15.18 8.03 8.15 -
YUV 67.09 134.73 190.7 -
System Red Green Blue C M Y K H S L
Decimal 155 20 79 0 0.87 0.49 0.39 333.78 0.77 0.34
Hex 9B 14 4F 0 57 31 27 14E 4D 22
Octal 233 24 117 0 127 61 47 516 115 42
Binary 10011011 10100 1001111 0 1010111 110001 100111 101001110 1001101 100010

Color Harmonies of #9B144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B144F

Black with #9B144F

Text Example


Text Example

White with #9B144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B144F; }

 p { color: rgb(155,20,79); }

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

background-color css

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

 a { background-color: rgb(155,20,79); }

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

border-color css

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

 span { border-color: rgb(155,20,79); }

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