Html Css Color HEX #98063F Jazzberry Jam

📋 copy color: '#98063F'

red 152 ◦ green 6 ◦ blue 63

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

Shades of Jazzberry Jam #98063F

Tints of Jazzberry Jam #98063F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.71%

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

R = 68.78%
G = 2.71%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.40

RGB Variations

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

Color information

#98063F (or 0x98063F) is known color: Jazzberry Jam. HEX triplet: 98, 06 and 3F. RGB value is (152,6,63). Sum of RGB (Red+Green+Blue) = 152+6+63=221 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.78% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 152 - color contains mainly: red. Hex color #98063F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98063F is #67F9C0. Grayscale: #383838. Windows color (decimal): -6814145 or 4130456. OLE color: 4130456.

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

Color convert

RGB 152 6 63 -
CMYK 0 0.96 0.59 0.40
HSL 336.58º 0.92% 0.31% -
HSV(B) 336.58º 0.96% 0.6% -
XYZ 13.91 7.16 5.35 -
YUV 56.15 131.87 196.37 -
System Red Green Blue C M Y K H S L
Decimal 152 6 63 0 0.96 0.59 0.40 336.58 0.92 0.31
Hex 98 6 3F 0 60 3B 28 151 5C 1F
Octal 230 6 77 0 140 73 50 521 134 37
Binary 10011000 110 111111 0 1100000 111011 101000 101010001 1011100 11111

Color Harmonies of #98063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98063F

Black with #98063F

Text Example


Text Example

White with #98063F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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