Html Css Color HEX #9B134F Jazzberry Jam

📋 copy color: '#9B134F'

red 155 ◦ green 19 ◦ blue 79

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

Shades of Jazzberry Jam #9B134F

Tints of Jazzberry Jam #9B134F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.51%

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

R = 61.26%
G = 7.51%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9B134F (or 0x9B134F) is known color: Jazzberry Jam. HEX triplet: 9B, 13 and 4F. RGB value is (155,19,79). Sum of RGB (Red+Green+Blue) = 155+19+79=253 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.26% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 155 - color contains mainly: red. Hex color #9B134F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B134F is #64ECB0. Grayscale: #424242. Windows color (decimal): -6614193 or 5182363. OLE color: 5182363.

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

Color convert

RGB 155 19 79 -
CMYK 0 0.88 0.49 0.39
HSL 333.53º 0.78% 0.34% -
HSV(B) 333.53º 0.88% 0.61% -
XYZ 15.16 8 8.14 -
YUV 66.5 135.06 191.12 -
System Red Green Blue C M Y K H S L
Decimal 155 19 79 0 0.88 0.49 0.39 333.53 0.78 0.34
Hex 9B 13 4F 0 58 31 27 14E 4E 22
Octal 233 23 117 0 130 61 47 516 116 42
Binary 10011011 10011 1001111 0 1011000 110001 100111 101001110 1001110 100010

Color Harmonies of #9B134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B134F

Black with #9B134F

Text Example


Text Example

White with #9B134F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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