Html Css Color HEX #910350 Jazzberry Jam

📋 copy color: '#910350'

red 145 ◦ green 3 ◦ blue 80

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

Shades of Jazzberry Jam #910350

Tints of Jazzberry Jam #910350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.32%

 BLUE value IS 80 (31.64% from 255) = 35.09%

R = 63.6%
G = 1.32%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#910350 (or 0x910350) is known color: Jazzberry Jam. HEX triplet: 91, 03 and 50. RGB value is (145,3,80). Sum of RGB (Red+Green+Blue) = 145+3+80=228 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.60% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 145 - color contains mainly: red. Hex color #910350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910350 is #6EFCAF. Grayscale: #363636. Windows color (decimal): -7273648 or 5243793. OLE color: 5243793.

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

Color convert

RGB 145 3 80 -
CMYK 0 0.98 0.45 0.43
HSL 327.46º 0.96% 0.29% -
HSV(B) 327.46º 0.98% 0.57% -
XYZ 13.16 6.66 8.18 -
YUV 54.24 142.54 192.74 -
System Red Green Blue C M Y K H S L
Decimal 145 3 80 0 0.98 0.45 0.43 327.46 0.96 0.29
Hex 91 3 50 0 62 2D 2B 147 60 1D
Octal 221 3 120 0 142 55 53 507 140 35
Binary 10010001 11 1010000 0 1100010 101101 101011 101000111 1100000 11101

Color Harmonies of #910350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910350

Black with #910350

Text Example


Text Example

White with #910350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910350; }

 p { color: rgb(145,3,80); }

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

background-color css

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

 a { background-color: rgb(145,3,80); }

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

border-color css

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

 span { border-color: rgb(145,3,80); }

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