Html Css Color HEX #9B124B Jazzberry Jam

📋 copy color: '#9B124B'

red 155 ◦ green 18 ◦ blue 75

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

Shades of Jazzberry Jam #9B124B

Tints of Jazzberry Jam #9B124B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.26%

 BLUE value IS 75 (29.69% from 255) = 30.24%

R = 62.5%
G = 7.26%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#9B124B (or 0x9B124B) is known color: Jazzberry Jam. HEX triplet: 9B, 12 and 4B. RGB value is (155,18,75). Sum of RGB (Red+Green+Blue) = 155+18+75=248 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.5% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 155 - color contains mainly: red. Hex color #9B124B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B124B is #64EDB4. Grayscale: #414141. Windows color (decimal): -6614453 or 4919963. OLE color: 4919963.

HSL color Cylindrical-coordinate representation of color #9B124B: hue angle of 335.04º degrees, saturation: 0.79, 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 #9B124B is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 18 75 -
CMYK 0 0.88 0.52 0.39
HSL 335.04º 0.79% 0.34% -
HSV(B) 335.04º 0.88% 0.61% -
XYZ 15 7.91 7.39 -
YUV 65.46 133.39 191.87 -
System Red Green Blue C M Y K H S L
Decimal 155 18 75 0 0.88 0.52 0.39 335.04 0.79 0.34
Hex 9B 12 4B 0 58 34 27 14F 4F 22
Octal 233 22 113 0 130 64 47 517 117 42
Binary 10011011 10010 1001011 0 1011000 110100 100111 101001111 1001111 100010

Color Harmonies of #9B124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B124B

Black with #9B124B

Text Example


Text Example

White with #9B124B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,18,75); }

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

background-color css

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

 a { background-color: rgb(155,18,75); }

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

border-color css

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

 span { border-color: rgb(155,18,75); }

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