Html Css Color HEX #9D1051 Jazzberry Jam

📋 copy color: '#9D1051'

red 157 ◦ green 16 ◦ blue 81

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

Shades of Jazzberry Jam #9D1051

Tints of Jazzberry Jam #9D1051

RGB

 RED value IS 157 (61.72% from 255) = 61.81%

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

 BLUE value IS 81 (32.03% from 255) = 31.89%

R = 61.81%
G = 6.3%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#9D1051 (or 0x9D1051) is known color: Jazzberry Jam. HEX triplet: 9D, 10 and 51. RGB value is (157,16,81). Sum of RGB (Red+Green+Blue) = 157+16+81=254 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.81% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 81 (32.03% from 255 or 31.89% from 254); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1051 is #62EFAE. Grayscale: #414141. Windows color (decimal): -6483887 or 5312669. OLE color: 5312669.

HSL color Cylindrical-coordinate representation of color #9D1051: hue angle of 332.34º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D1051 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 16 81 -
CMYK 0 0.90 0.48 0.38
HSL 332.34º 0.82% 0.34% -
HSV(B) 332.34º 0.9% 0.62% -
XYZ 15.58 8.13 8.53 -
YUV 65.57 136.71 193.21 -
System Red Green Blue C M Y K H S L
Decimal 157 16 81 0 0.90 0.48 0.38 332.34 0.82 0.34
Hex 9D 10 51 0 5A 30 26 14C 52 22
Octal 235 20 121 0 132 60 46 514 122 42
Binary 10011101 10000 1010001 0 1011010 110000 100110 101001100 1010010 100010

Color Harmonies of #9D1051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1051

Black with #9D1051

Text Example


Text Example

White with #9D1051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D1051; }

 p { color: rgb(157,16,81); }

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

background-color css

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

 a { background-color: rgb(157,16,81); }

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

border-color css

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

 span { border-color: rgb(157,16,81); }

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