Html Css Color HEX #9B154F Jazzberry Jam

📋 copy color: '#9B154F'

red 155 ◦ green 21 ◦ blue 79

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

Shades of Jazzberry Jam #9B154F

Tints of Jazzberry Jam #9B154F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.24%

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

R = 60.78%
G = 8.24%
B = 30.98%

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

#9B154F (or 0x9B154F) is known color: Jazzberry Jam. HEX triplet: 9B, 15 and 4F. RGB value is (155,21,79). Sum of RGB (Red+Green+Blue) = 155+21+79=255 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.78% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 155 - color contains mainly: red. Hex color #9B154F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B154F is #64EAB0. Grayscale: #434343. Windows color (decimal): -6613681 or 5182875. OLE color: 5182875.

HSL color Cylindrical-coordinate representation of color #9B154F: hue angle of 334.03º degrees, saturation: 0.76, 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 #9B154F is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 21 79 -
CMYK 0 0.86 0.49 0.39
HSL 334.03º 0.76% 0.35% -
HSV(B) 334.03º 0.86% 0.61% -
XYZ 15.2 8.07 8.15 -
YUV 67.68 134.39 190.28 -
System Red Green Blue C M Y K H S L
Decimal 155 21 79 0 0.86 0.49 0.39 334.03 0.76 0.35
Hex 9B 15 4F 0 56 31 27 14E 4C 23
Octal 233 25 117 0 126 61 47 516 114 43
Binary 10011011 10101 1001111 0 1010110 110001 100111 101001110 1001100 100011

Color Harmonies of #9B154F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B154F

Black with #9B154F

Text Example


Text Example

White with #9B154F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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