Html Css Color HEX #910D50 Jazzberry Jam

📋 copy color: '#910D50'

red 145 ◦ green 13 ◦ blue 80

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

Shades of Jazzberry Jam #910D50

Tints of Jazzberry Jam #910D50

RGB

 RED value IS 145 (57.03% from 255) = 60.92%

 GREEN value IS 13 (5.47% from 255) = 5.46%

 BLUE value IS 80 (31.64% from 255) = 33.61%

R = 60.92%
G = 5.46%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#910D50 (or 0x910D50) is known color: Jazzberry Jam. HEX triplet: 91, 0D and 50. RGB value is (145,13,80). Sum of RGB (Red+Green+Blue) = 145+13+80=238 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.92% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 145 - color contains mainly: red. Hex color #910D50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910D50 is #6EF2AF. Grayscale: #3B3B3B. Windows color (decimal): -7271088 or 5246353. OLE color: 5246353.

HSL color Cylindrical-coordinate representation of color #910D50: hue angle of 329.55º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #910D50 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 13 80 -
CMYK 0 0.91 0.45 0.43
HSL 329.55º 0.84% 0.31% -
HSV(B) 329.55º 0.91% 0.57% -
XYZ 13.27 6.89 8.22 -
YUV 60.11 139.23 188.55 -
System Red Green Blue C M Y K H S L
Decimal 145 13 80 0 0.91 0.45 0.43 329.55 0.84 0.31
Hex 91 D 50 0 5B 2D 2B 14A 54 1F
Octal 221 15 120 0 133 55 53 512 124 37
Binary 10010001 1101 1010000 0 1011011 101101 101011 101001010 1010100 11111

Color Harmonies of #910D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910D50

Black with #910D50

Text Example


Text Example

White with #910D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910D50; }

 p { color: rgb(145,13,80); }

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

background-color css

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

 a { background-color: rgb(145,13,80); }

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

border-color css

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

 span { border-color: rgb(145,13,80); }

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