Html Css Color HEX #9B0F4F Jazzberry Jam

📋 copy color: '#9B0F4F'

red 155 ◦ green 15 ◦ blue 79

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

Shades of Jazzberry Jam #9B0F4F

Tints of Jazzberry Jam #9B0F4F

RGB

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

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

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

R = 62.25%
G = 6.02%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9B0F4F (or 0x9B0F4F) is known color: Jazzberry Jam. HEX triplet: 9B, 0F and 4F. RGB value is (155,15,79). Sum of RGB (Red+Green+Blue) = 155+15+79=249 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.25% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0F4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0F4F is #64F0B0. Grayscale: #404040. Windows color (decimal): -6615217 or 5181339. OLE color: 5181339.

HSL color Cylindrical-coordinate representation of color #9B0F4F: hue angle of 332.57º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B0F4F is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 15 79 -
CMYK 0 0.90 0.49 0.39
HSL 332.57º 0.82% 0.33% -
HSV(B) 332.57º 0.9% 0.61% -
XYZ 15.1 7.87 8.12 -
YUV 64.16 136.38 192.8 -
System Red Green Blue C M Y K H S L
Decimal 155 15 79 0 0.90 0.49 0.39 332.57 0.82 0.33
Hex 9B F 4F 0 5A 31 27 14D 52 21
Octal 233 17 117 0 132 61 47 515 122 41
Binary 10011011 1111 1001111 0 1011010 110001 100111 101001101 1010010 100001

Color Harmonies of #9B0F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0F4F

Black with #9B0F4F

Text Example


Text Example

White with #9B0F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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