Html Css Color HEX #98135D Jazzberry Jam

📋 copy color: '#98135D'

red 152 ◦ green 19 ◦ blue 93

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

Shades of Jazzberry Jam #98135D

Tints of Jazzberry Jam #98135D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 35.23%

R = 57.58%
G = 7.2%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#98135D (or 0x98135D) is known color: Jazzberry Jam. HEX triplet: 98, 13 and 5D. RGB value is (152,19,93). Sum of RGB (Red+Green+Blue) = 152+19+93=264 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.58% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 152 - color contains mainly: red. Hex color #98135D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98135D is #67ECA2. Grayscale: #434343. Windows color (decimal): -6810787 or 6099864. OLE color: 6099864.

HSL color Cylindrical-coordinate representation of color #98135D: hue angle of 326.62º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98135D is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 19 93 -
CMYK 0 0.87 0.39 0.40
HSL 326.62º 0.78% 0.34% -
HSV(B) 326.62º 0.88% 0.6% -
XYZ 15.16 7.93 11.09 -
YUV 67.2 142.56 188.48 -
System Red Green Blue C M Y K H S L
Decimal 152 19 93 0 0.87 0.39 0.40 326.62 0.78 0.34
Hex 98 13 5D 0 57 27 28 147 4E 22
Octal 230 23 135 0 127 47 50 507 116 42
Binary 10011000 10011 1011101 0 1010111 100111 101000 101000111 1001110 100010

Color Harmonies of #98135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98135D

Black with #98135D

Text Example


Text Example

White with #98135D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98135D; }

 p { color: rgb(152,19,93); }

 H1.HeaderClassName
 {
   color: #98135D;
 }
 .AnyTagClassName
 {
   color: #98135D;
 }
</style>

background-color css

<style>
 a { background-color: #98135D; }

 a { background-color: rgb(152,19,93); }

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

border-color css

<style>
 span { border-color: #98135D; }

 span { border-color: rgb(152,19,93); }

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