Html Css Color HEX #98063E Jazzberry Jam

📋 copy color: '#98063E'

red 152 ◦ green 6 ◦ blue 62

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

Shades of Jazzberry Jam #98063E

Tints of Jazzberry Jam #98063E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 28.18%

R = 69.09%
G = 2.73%
B = 28.18%

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

#98063E (or 0x98063E) is known color: Jazzberry Jam. HEX triplet: 98, 06 and 3E. RGB value is (152,6,62). Sum of RGB (Red+Green+Blue) = 152+6+62=220 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.09% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 152 - color contains mainly: red. Hex color #98063E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98063E is #67F9C1. Grayscale: #373737. Windows color (decimal): -6814146 or 4064920. OLE color: 4064920.

HSL color Cylindrical-coordinate representation of color #98063E: hue angle of 336.99º 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 #98063E is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 6 62 -
CMYK 0 0.96 0.59 0.40
HSL 336.99º 0.92% 0.31% -
HSV(B) 336.99º 0.96% 0.6% -
XYZ 13.88 7.15 5.21 -
YUV 56.04 131.37 196.45 -
System Red Green Blue C M Y K H S L
Decimal 152 6 62 0 0.96 0.59 0.40 336.99 0.92 0.31
Hex 98 6 3E 0 60 3B 28 151 5C 1F
Octal 230 6 76 0 140 73 50 521 134 37
Binary 10011000 110 111110 0 1100000 111011 101000 101010001 1011100 11111

Color Harmonies of #98063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98063E

Black with #98063E

Text Example


Text Example

White with #98063E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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