Html Css Color HEX #9B164F Jazzberry Jam

📋 copy color: '#9B164F'

red 155 ◦ green 22 ◦ blue 79

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

Shades of Jazzberry Jam #9B164F

Tints of Jazzberry Jam #9B164F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.59%

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

R = 60.55%
G = 8.59%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9B164F (or 0x9B164F) is known color: Jazzberry Jam. HEX triplet: 9B, 16 and 4F. RGB value is (155,22,79). Sum of RGB (Red+Green+Blue) = 155+22+79=256 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.55% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 155 - color contains mainly: red. Hex color #9B164F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B164F is #64E9B0. Grayscale: #444444. Windows color (decimal): -6613425 or 5183131. OLE color: 5183131.

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

Color convert

RGB 155 22 79 -
CMYK 0 0.86 0.49 0.39
HSL 334.29º 0.75% 0.35% -
HSV(B) 334.29º 0.86% 0.61% -
XYZ 15.22 8.11 8.16 -
YUV 68.27 134.06 189.87 -
System Red Green Blue C M Y K H S L
Decimal 155 22 79 0 0.86 0.49 0.39 334.29 0.75 0.35
Hex 9B 16 4F 0 56 31 27 14E 4B 23
Octal 233 26 117 0 126 61 47 516 113 43
Binary 10011011 10110 1001111 0 1010110 110001 100111 101001110 1001011 100011

Color Harmonies of #9B164F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B164F

Black with #9B164F

Text Example


Text Example

White with #9B164F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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