Html Css Color HEX #910A53 Jazzberry Jam

📋 copy color: '#910A53'

red 145 ◦ green 10 ◦ blue 83

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

Shades of Jazzberry Jam #910A53

Tints of Jazzberry Jam #910A53

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.2%

 BLUE value IS 83 (32.81% from 255) = 34.87%

R = 60.92%
G = 4.2%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#910A53 (or 0x910A53) is known color: Jazzberry Jam. HEX triplet: 91, 0A and 53. RGB value is (145,10,83). Sum of RGB (Red+Green+Blue) = 145+10+83=238 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.92% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 145 - color contains mainly: red. Hex color #910A53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910A53 is #6EF5AC. Grayscale: #3A3A3A. Windows color (decimal): -7271853 or 5442193. OLE color: 5442193.

HSL color Cylindrical-coordinate representation of color #910A53: hue angle of 327.56º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910A53 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 10 83 -
CMYK 0 0.93 0.43 0.43
HSL 327.56º 0.87% 0.3% -
HSV(B) 327.56º 0.93% 0.57% -
XYZ 13.35 6.86 8.8 -
YUV 58.69 141.73 189.56 -
System Red Green Blue C M Y K H S L
Decimal 145 10 83 0 0.93 0.43 0.43 327.56 0.87 0.3
Hex 91 A 53 0 5D 2B 2B 148 57 1E
Octal 221 12 123 0 135 53 53 510 127 36
Binary 10010001 1010 1010011 0 1011101 101011 101011 101001000 1010111 11110

Color Harmonies of #910A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910A53

Black with #910A53

Text Example


Text Example

White with #910A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,10,83); }

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

background-color css

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

 a { background-color: rgb(145,10,83); }

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

border-color css

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

 span { border-color: rgb(145,10,83); }

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