Html Css Color HEX #9D1041 Jazzberry Jam

📋 copy color: '#9D1041'

red 157 ◦ green 16 ◦ blue 65

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

Shades of Jazzberry Jam #9D1041

Tints of Jazzberry Jam #9D1041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.31%

R = 65.97%
G = 6.72%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#9D1041 (or 0x9D1041) is known color: Jazzberry Jam. HEX triplet: 9D, 10 and 41. RGB value is (157,16,65). Sum of RGB (Red+Green+Blue) = 157+16+65=238 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.97% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1041 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1041 is #62EFBE. Grayscale: #3F3F3F. Windows color (decimal): -6483903 or 4264093. OLE color: 4264093.

HSL color Cylindrical-coordinate representation of color #9D1041: hue angle of 339.15º 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 #9D1041 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 16 65 -
CMYK 0 0.90 0.59 0.38
HSL 339.15º 0.82% 0.34% -
HSV(B) 339.15º 0.9% 0.62% -
XYZ 15.04 7.92 5.74 -
YUV 63.75 128.71 194.52 -
System Red Green Blue C M Y K H S L
Decimal 157 16 65 0 0.90 0.59 0.38 339.15 0.82 0.34
Hex 9D 10 41 0 5A 3B 26 153 52 22
Octal 235 20 101 0 132 73 46 523 122 42
Binary 10011101 10000 1000001 0 1011010 111011 100110 101010011 1010010 100010

Color Harmonies of #9D1041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1041

Black with #9D1041

Text Example


Text Example

White with #9D1041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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