Html Css Color HEX #981053 Jazzberry Jam

📋 copy color: '#981053'

red 152 ◦ green 16 ◦ blue 83

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

Shades of Jazzberry Jam #981053

Tints of Jazzberry Jam #981053

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.37%

 BLUE value IS 83 (32.81% from 255) = 33.07%

R = 60.56%
G = 6.37%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#981053 (or 0x981053) is known color: Jazzberry Jam. HEX triplet: 98, 10 and 53. RGB value is (152,16,83). Sum of RGB (Red+Green+Blue) = 152+16+83=251 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.56% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 152 - color contains mainly: red. Hex color #981053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981053 is #67EFAC. Grayscale: #404040. Windows color (decimal): -6811565 or 5443736. OLE color: 5443736.

HSL color Cylindrical-coordinate representation of color #981053: hue angle of 330.44º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981053 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 16 83 -
CMYK 0 0.89 0.45 0.40
HSL 330.44º 0.81% 0.33% -
HSV(B) 330.44º 0.89% 0.6% -
XYZ 14.7 7.67 8.89 -
YUV 64.3 138.56 190.55 -
System Red Green Blue C M Y K H S L
Decimal 152 16 83 0 0.89 0.45 0.40 330.44 0.81 0.33
Hex 98 10 53 0 59 2D 28 14A 51 21
Octal 230 20 123 0 131 55 50 512 121 41
Binary 10011000 10000 1010011 0 1011001 101101 101000 101001010 1010001 100001

Color Harmonies of #981053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981053

Black with #981053

Text Example


Text Example

White with #981053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981053; }

 p { color: rgb(152,16,83); }

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

background-color css

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

 a { background-color: rgb(152,16,83); }

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

border-color css

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

 span { border-color: rgb(152,16,83); }

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