Html Css Color HEX #910D48 Jazzberry Jam

📋 copy color: '#910D48'

red 145 ◦ green 13 ◦ blue 72

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

Shades of Jazzberry Jam #910D48

Tints of Jazzberry Jam #910D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 31.3%

R = 63.04%
G = 5.65%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#910D48 (or 0x910D48) is known color: Jazzberry Jam. HEX triplet: 91, 0D and 48. RGB value is (145,13,72). Sum of RGB (Red+Green+Blue) = 145+13+72=230 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.04% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 72 (28.52% from 255 or 31.30% from 230); Max value from RGB is 145 - color contains mainly: red. Hex color #910D48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910D48 is #6EF2B7. Grayscale: #3B3B3B. Windows color (decimal): -7271096 or 4722065. OLE color: 4722065.

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

Color convert

RGB 145 13 72 -
CMYK 0 0.91 0.50 0.43
HSL 333.18º 0.84% 0.31% -
HSV(B) 333.18º 0.91% 0.57% -
XYZ 12.99 6.78 6.75 -
YUV 59.19 135.23 189.2 -
System Red Green Blue C M Y K H S L
Decimal 145 13 72 0 0.91 0.50 0.43 333.18 0.84 0.31
Hex 91 D 48 0 5B 32 2B 14D 54 1F
Octal 221 15 110 0 133 62 53 515 124 37
Binary 10010001 1101 1001000 0 1011011 110010 101011 101001101 1010100 11111

Color Harmonies of #910D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910D48

Black with #910D48

Text Example


Text Example

White with #910D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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