Html Css Color HEX #910D57 Jazzberry Jam

📋 copy color: '#910D57'

red 145 ◦ green 13 ◦ blue 87

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

Shades of Jazzberry Jam #910D57

Tints of Jazzberry Jam #910D57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 35.51%

R = 59.18%
G = 5.31%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.4

 K value IS 0.43

RGB Variations

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

Color information

#910D57 (or 0x910D57) is known color: Jazzberry Jam. HEX triplet: 91, 0D and 57. RGB value is (145,13,87). Sum of RGB (Red+Green+Blue) = 145+13+87=245 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.18% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 87 (34.38% from 255 or 35.51% from 245); Max value from RGB is 145 - color contains mainly: red. Hex color #910D57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910D57 is #6EF2A8. Grayscale: #3C3C3C. Windows color (decimal): -7271081 or 5705105. OLE color: 5705105.

HSL color Cylindrical-coordinate representation of color #910D57: hue angle of 326.36º 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 #910D57 is Cyan = 0, Magento = 0.91, Yellow = 0.4 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 13 87 -
CMYK 0 0.91 0.4 0.43
HSL 326.36º 0.84% 0.31% -
HSV(B) 326.36º 0.91% 0.57% -
XYZ 13.54 7 9.65 -
YUV 60.9 142.73 187.98 -
System Red Green Blue C M Y K H S L
Decimal 145 13 87 0 0.91 0.4 0.43 326.36 0.84 0.31
Hex 91 D 57 0 5B 28 2B 146 54 1F
Octal 221 15 127 0 133 50 53 506 124 37
Binary 10010001 1101 1010111 0 1011011 101000 101011 101000110 1010100 11111

Color Harmonies of #910D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910D57

Black with #910D57

Text Example


Text Example

White with #910D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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