Html Css Color HEX #910241 Jazzberry Jam

📋 copy color: '#910241'

red 145 ◦ green 2 ◦ blue 65

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

Shades of Jazzberry Jam #910241

Tints of Jazzberry Jam #910241

RGB

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

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

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

R = 68.4%
G = 0.94%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#910241 (or 0x910241) is known color: Jazzberry Jam. HEX triplet: 91, 02 and 41. RGB value is (145,2,65). Sum of RGB (Red+Green+Blue) = 145+2+65=212 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.40% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 145 - color contains mainly: red. Hex color #910241 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910241 is #6EFDBE. Grayscale: #333333. Windows color (decimal): -7273919 or 4260497. OLE color: 4260497.

HSL color Cylindrical-coordinate representation of color #910241: hue angle of 333.57º 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 #910241 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 2 65 -
CMYK 0 0.99 0.55 0.43
HSL 333.57º 0.97% 0.29% -
HSV(B) 333.57º 0.99% 0.57% -
XYZ 12.65 6.44 5.58 -
YUV 51.94 135.38 194.38 -
System Red Green Blue C M Y K H S L
Decimal 145 2 65 0 0.99 0.55 0.43 333.57 0.97 0.29
Hex 91 2 41 0 63 37 2B 14E 61 1D
Octal 221 2 101 0 143 67 53 516 141 35
Binary 10010001 10 1000001 0 1100011 110111 101011 101001110 1100001 11101

Color Harmonies of #910241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910241

Black with #910241

Text Example


Text Example

White with #910241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910241; }

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

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

background-color css

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

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

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

border-color css

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

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

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