Html Css Color HEX #981B5C Jazzberry Jam

📋 copy color: '#981B5C'

red 152 ◦ green 27 ◦ blue 92

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

Shades of Jazzberry Jam #981B5C

Tints of Jazzberry Jam #981B5C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.96%

 BLUE value IS 92 (36.33% from 255) = 33.95%

R = 56.09%
G = 9.96%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#981B5C (or 0x981B5C) is known color: Jazzberry Jam. HEX triplet: 98, 1B and 5C. RGB value is (152,27,92). Sum of RGB (Red+Green+Blue) = 152+27+92=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #981B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981B5C is #67E4A3. Grayscale: #474747. Windows color (decimal): -6808740 or 6036376. OLE color: 6036376.

HSL color Cylindrical-coordinate representation of color #981B5C: hue angle of 328.8º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #981B5C is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 27 92 -
CMYK 0 0.82 0.39 0.40
HSL 328.8º 0.7% 0.35% -
HSV(B) 328.8º 0.82% 0.6% -
XYZ 15.27 8.23 10.91 -
YUV 71.79 139.41 185.21 -
System Red Green Blue C M Y K H S L
Decimal 152 27 92 0 0.82 0.39 0.40 328.8 0.7 0.35
Hex 98 1B 5C 0 52 27 28 149 46 23
Octal 230 33 134 0 122 47 50 511 106 43
Binary 10011000 11011 1011100 0 1010010 100111 101000 101001001 1000110 100011

Color Harmonies of #981B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981B5C

Black with #981B5C

Text Example


Text Example

White with #981B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981B5C; }

 p { color: rgb(152,27,92); }

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

background-color css

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

 a { background-color: rgb(152,27,92); }

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

border-color css

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

 span { border-color: rgb(152,27,92); }

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