Html Css Color HEX #98093F Jazzberry Jam

📋 copy color: '#98093F'

red 152 ◦ green 9 ◦ blue 63

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

Shades of Jazzberry Jam #98093F

Tints of Jazzberry Jam #98093F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.02%

 BLUE value IS 63 (25% from 255) = 28.13%

R = 67.86%
G = 4.02%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.40

RGB Variations

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

Color information

#98093F (or 0x98093F) is known color: Jazzberry Jam. HEX triplet: 98, 09 and 3F. RGB value is (152,9,63). Sum of RGB (Red+Green+Blue) = 152+9+63=224 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.86% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 152 - color contains mainly: red. Hex color #98093F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98093F is #67F6C0. Grayscale: #393939. Windows color (decimal): -6813377 or 4131224. OLE color: 4131224.

HSL color Cylindrical-coordinate representation of color #98093F: hue angle of 337.34º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #98093F is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 9 63 -
CMYK 0 0.94 0.59 0.40
HSL 337.34º 0.89% 0.32% -
HSV(B) 337.34º 0.94% 0.6% -
XYZ 13.94 7.23 5.36 -
YUV 57.91 130.88 195.11 -
System Red Green Blue C M Y K H S L
Decimal 152 9 63 0 0.94 0.59 0.40 337.34 0.89 0.32
Hex 98 9 3F 0 5E 3B 28 151 59 20
Octal 230 11 77 0 136 73 50 521 131 40
Binary 10011000 1001 111111 0 1011110 111011 101000 101010001 1011001 100000

Color Harmonies of #98093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98093F

Black with #98093F

Text Example


Text Example

White with #98093F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98093F; }

 p { color: rgb(152,9,63); }

 H1.HeaderClassName
 {
   color: #98093F;
 }
 .AnyTagClassName
 {
   color: #98093F;
 }
</style>

background-color css

<style>
 a { background-color: #98093F; }

 a { background-color: rgb(152,9,63); }

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

border-color css

<style>
 span { border-color: #98093F; }

 span { border-color: rgb(152,9,63); }

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