Html Css Color HEX #910247 Jazzberry Jam

📋 copy color: '#910247'

red 145 ◦ green 2 ◦ blue 71

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

Shades of Jazzberry Jam #910247

Tints of Jazzberry Jam #910247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

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

R = 66.51%
G = 0.92%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#910247 (or 0x910247) is known color: Jazzberry Jam. HEX triplet: 91, 02 and 47. RGB value is (145,2,71). Sum of RGB (Red+Green+Blue) = 145+2+71=218 (28% of max value = 765). Red value is 145 (57.03% from 255 or 66.51% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 145 - color contains mainly: red. Hex color #910247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910247 is #6EFDB8. Grayscale: #343434. Windows color (decimal): -7273913 or 4653713. OLE color: 4653713.

HSL color Cylindrical-coordinate representation of color #910247: hue angle of 331.05º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910247 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 2 71 -
CMYK 0 0.99 0.51 0.43
HSL 331.05º 0.97% 0.29% -
HSV(B) 331.05º 0.99% 0.57% -
XYZ 12.84 6.52 6.54 -
YUV 52.62 138.38 193.89 -
System Red Green Blue C M Y K H S L
Decimal 145 2 71 0 0.99 0.51 0.43 331.05 0.97 0.29
Hex 91 2 47 0 63 33 2B 14B 61 1D
Octal 221 2 107 0 143 63 53 513 141 35
Binary 10010001 10 1000111 0 1100011 110011 101011 101001011 1100001 11101

Color Harmonies of #910247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910247

Black with #910247

Text Example


Text Example

White with #910247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910247; }

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

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

background-color css

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

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

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

border-color css

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

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

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