Html Css Color HEX #98073F Jazzberry Jam

📋 copy color: '#98073F'

red 152 ◦ green 7 ◦ blue 63

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

Shades of Jazzberry Jam #98073F

Tints of Jazzberry Jam #98073F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.15%

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

R = 68.47%
G = 3.15%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.40

RGB Variations

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

Color information

#98073F (or 0x98073F) is known color: Jazzberry Jam. HEX triplet: 98, 07 and 3F. RGB value is (152,7,63). Sum of RGB (Red+Green+Blue) = 152+7+63=222 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.47% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 152 - color contains mainly: red. Hex color #98073F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98073F is #67F8C0. Grayscale: #383838. Windows color (decimal): -6813889 or 4130712. OLE color: 4130712.

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

Color convert

RGB 152 7 63 -
CMYK 0 0.95 0.59 0.40
HSL 336.83º 0.91% 0.31% -
HSV(B) 336.83º 0.95% 0.6% -
XYZ 13.92 7.19 5.36 -
YUV 56.74 131.54 195.95 -
System Red Green Blue C M Y K H S L
Decimal 152 7 63 0 0.95 0.59 0.40 336.83 0.91 0.31
Hex 98 7 3F 0 5F 3B 28 151 5B 1F
Octal 230 7 77 0 137 73 50 521 133 37
Binary 10011000 111 111111 0 1011111 111011 101000 101010001 1011011 11111

Color Harmonies of #98073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98073F

Black with #98073F

Text Example


Text Example

White with #98073F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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