Html Css Color HEX #98033F Jazzberry Jam

📋 copy color: '#98033F'

red 152 ◦ green 3 ◦ blue 63

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

Shades of Jazzberry Jam #98033F

Tints of Jazzberry Jam #98033F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.38%

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

R = 69.72%
G = 1.38%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.40

RGB Variations

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

Color information

#98033F (or 0x98033F) is known color: Jazzberry Jam. HEX triplet: 98, 03 and 3F. RGB value is (152,3,63). Sum of RGB (Red+Green+Blue) = 152+3+63=218 (28% of max value = 765). Red value is 152 (59.77% from 255 or 69.72% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 152 - color contains mainly: red. Hex color #98033F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98033F is #67FCC0. Grayscale: #363636. Windows color (decimal): -6814913 or 4129688. OLE color: 4129688.

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

Color convert

RGB 152 3 63 -
CMYK 0 0.98 0.59 0.40
HSL 335.84º 0.96% 0.3% -
HSV(B) 335.84º 0.98% 0.6% -
XYZ 13.88 7.1 5.34 -
YUV 54.39 132.86 197.62 -
System Red Green Blue C M Y K H S L
Decimal 152 3 63 0 0.98 0.59 0.40 335.84 0.96 0.3
Hex 98 3 3F 0 62 3B 28 150 60 1E
Octal 230 3 77 0 142 73 50 520 140 36
Binary 10011000 11 111111 0 1100010 111011 101000 101010000 1100000 11110

Color Harmonies of #98033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98033F

Black with #98033F

Text Example


Text Example

White with #98033F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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