Html Css Color HEX #98185B Jazzberry Jam

📋 copy color: '#98185B'

red 152 ◦ green 24 ◦ blue 91

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

Shades of Jazzberry Jam #98185B

Tints of Jazzberry Jam #98185B

RGB

 RED value IS 152 (59.77% from 255) = 56.93%

 GREEN value IS 24 (9.77% from 255) = 8.99%

 BLUE value IS 91 (35.94% from 255) = 34.08%

R = 56.93%
G = 8.99%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#98185B (or 0x98185B) is known color: Jazzberry Jam. HEX triplet: 98, 18 and 5B. RGB value is (152,24,91). Sum of RGB (Red+Green+Blue) = 152+24+91=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #98185B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98185B is #67E7A4. Grayscale: #454545. Windows color (decimal): -6809509 or 5970072. OLE color: 5970072.

HSL color Cylindrical-coordinate representation of color #98185B: hue angle of 328.59º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #98185B is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 24 91 -
CMYK 0 0.84 0.40 0.40
HSL 328.59º 0.73% 0.35% -
HSV(B) 328.59º 0.84% 0.6% -
XYZ 15.16 8.08 10.66 -
YUV 69.91 139.91 186.55 -
System Red Green Blue C M Y K H S L
Decimal 152 24 91 0 0.84 0.40 0.40 328.59 0.73 0.35
Hex 98 18 5B 0 54 28 28 149 49 23
Octal 230 30 133 0 124 50 50 511 111 43
Binary 10011000 11000 1011011 0 1010100 101000 101000 101001001 1001001 100011

Color Harmonies of #98185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98185B

Black with #98185B

Text Example


Text Example

White with #98185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98185B; }

 p { color: rgb(152,24,91); }

 H1.HeaderClassName
 {
   color: #98185B;
 }
 .AnyTagClassName
 {
   color: #98185B;
 }
</style>

background-color css

<style>
 a { background-color: #98185B; }

 a { background-color: rgb(152,24,91); }

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

border-color css

<style>
 span { border-color: #98185B; }

 span { border-color: rgb(152,24,91); }

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