Html Css Color HEX #9B1752 Jazzberry Jam

📋 copy color: '#9B1752'

red 155 ◦ green 23 ◦ blue 82

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

Shades of Jazzberry Jam #9B1752

Tints of Jazzberry Jam #9B1752

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.85%

 BLUE value IS 82 (32.42% from 255) = 31.54%

R = 59.62%
G = 8.85%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#9B1752 (or 0x9B1752) is known color: Jazzberry Jam. HEX triplet: 9B, 17 and 52. RGB value is (155,23,82). Sum of RGB (Red+Green+Blue) = 155+23+82=260 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.62% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1752 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1752 is #64E8AD. Grayscale: #454545. Windows color (decimal): -6613166 or 5379995. OLE color: 5379995.

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

Color convert

RGB 155 23 82 -
CMYK 0 0.85 0.47 0.39
HSL 333.18º 0.74% 0.35% -
HSV(B) 333.18º 0.85% 0.61% -
XYZ 15.35 8.19 8.75 -
YUV 69.19 135.23 189.2 -
System Red Green Blue C M Y K H S L
Decimal 155 23 82 0 0.85 0.47 0.39 333.18 0.74 0.35
Hex 9B 17 52 0 55 2F 27 14D 4A 23
Octal 233 27 122 0 125 57 47 515 112 43
Binary 10011011 10111 1010010 0 1010101 101111 100111 101001101 1001010 100011

Color Harmonies of #9B1752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1752

Black with #9B1752

Text Example


Text Example

White with #9B1752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,23,82); }

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

background-color css

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

 a { background-color: rgb(155,23,82); }

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

border-color css

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

 span { border-color: rgb(155,23,82); }

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