Html Css Color HEX #910E47 Jazzberry Jam

📋 copy color: '#910E47'

red 145 ◦ green 14 ◦ blue 71

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

Shades of Jazzberry Jam #910E47

Tints of Jazzberry Jam #910E47

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.09%

 BLUE value IS 71 (28.13% from 255) = 30.87%

R = 63.04%
G = 6.09%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#910E47 (or 0x910E47) is known color: Jazzberry Jam. HEX triplet: 91, 0E and 47. RGB value is (145,14,71). Sum of RGB (Red+Green+Blue) = 145+14+71=230 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.04% from 230); Green value is 14 (5.86% from 255 or 6.09% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 145 - color contains mainly: red. Hex color #910E47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910E47 is #6EF1B8. Grayscale: #3B3B3B. Windows color (decimal): -7270841 or 4656785. OLE color: 4656785.

HSL color Cylindrical-coordinate representation of color #910E47: hue angle of 333.89º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910E47 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 14 71 -
CMYK 0 0.90 0.51 0.43
HSL 333.89º 0.82% 0.31% -
HSV(B) 333.89º 0.9% 0.57% -
XYZ 12.97 6.79 6.59 -
YUV 59.67 134.4 188.87 -
System Red Green Blue C M Y K H S L
Decimal 145 14 71 0 0.90 0.51 0.43 333.89 0.82 0.31
Hex 91 E 47 0 5A 33 2B 14E 52 1F
Octal 221 16 107 0 132 63 53 516 122 37
Binary 10010001 1110 1000111 0 1011010 110011 101011 101001110 1010010 11111

Color Harmonies of #910E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910E47

Black with #910E47

Text Example


Text Example

White with #910E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,14,71); }

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

background-color css

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

 a { background-color: rgb(145,14,71); }

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

border-color css

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

 span { border-color: rgb(145,14,71); }

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