Html Css Color HEX #98084A Jazzberry Jam

📋 copy color: '#98084A'

red 152 ◦ green 8 ◦ blue 74

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

Shades of Jazzberry Jam #98084A

Tints of Jazzberry Jam #98084A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.42%

 BLUE value IS 74 (29.3% from 255) = 31.62%

R = 64.96%
G = 3.42%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#98084A (or 0x98084A) is known color: Jazzberry Jam. HEX triplet: 98, 08 and 4A. RGB value is (152,8,74). Sum of RGB (Red+Green+Blue) = 152+8+74=234 (30% of max value = 765). Red value is 152 (59.77% from 255 or 64.96% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 152 - color contains mainly: red. Hex color #98084A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98084A is #67F7B5. Grayscale: #3A3A3A. Windows color (decimal): -6813622 or 4851864. OLE color: 4851864.

HSL color Cylindrical-coordinate representation of color #98084A: hue angle of 332.5º degrees, saturation: 0.9, 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 #98084A is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 8 74 -
CMYK 0 0.95 0.51 0.40
HSL 332.5º 0.9% 0.31% -
HSV(B) 332.5º 0.95% 0.6% -
XYZ 14.27 7.34 7.14 -
YUV 58.58 136.71 194.63 -
System Red Green Blue C M Y K H S L
Decimal 152 8 74 0 0.95 0.51 0.40 332.5 0.9 0.31
Hex 98 8 4A 0 5F 33 28 14C 5A 1F
Octal 230 10 112 0 137 63 50 514 132 37
Binary 10011000 1000 1001010 0 1011111 110011 101000 101001100 1011010 11111

Color Harmonies of #98084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98084A

Black with #98084A

Text Example


Text Example

White with #98084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98084A; }

 p { color: rgb(152,8,74); }

 H1.HeaderClassName
 {
   color: #98084A;
 }
 .AnyTagClassName
 {
   color: #98084A;
 }
</style>

background-color css

<style>
 a { background-color: #98084A; }

 a { background-color: rgb(152,8,74); }

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

border-color css

<style>
 span { border-color: #98084A; }

 span { border-color: rgb(152,8,74); }

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