Html Css Color HEX #91074C Jazzberry Jam

📋 copy color: '#91074C'

red 145 ◦ green 7 ◦ blue 76

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

Shades of Jazzberry Jam #91074C

Tints of Jazzberry Jam #91074C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.07%

 BLUE value IS 76 (30.08% from 255) = 33.33%

R = 63.6%
G = 3.07%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#91074C (or 0x91074C) is known color: Jazzberry Jam. HEX triplet: 91, 07 and 4C. RGB value is (145,7,76). Sum of RGB (Red+Green+Blue) = 145+7+76=228 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.60% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 145 - color contains mainly: red. Hex color #91074C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91074C is #6EF8B3. Grayscale: #373737. Windows color (decimal): -7272628 or 4982673. OLE color: 4982673.

HSL color Cylindrical-coordinate representation of color #91074C: hue angle of 330º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #91074C is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 7 76 -
CMYK 0 0.95 0.48 0.43
HSL 330º 0.91% 0.3% -
HSV(B) 330º 0.95% 0.57% -
XYZ 13.06 6.69 7.44 -
YUV 56.13 139.22 191.39 -
System Red Green Blue C M Y K H S L
Decimal 145 7 76 0 0.95 0.48 0.43 330 0.91 0.3
Hex 91 7 4C 0 5F 30 2B 14A 5B 1E
Octal 221 7 114 0 137 60 53 512 133 36
Binary 10010001 111 1001100 0 1011111 110000 101011 101001010 1011011 11110

Color Harmonies of #91074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91074C

Black with #91074C

Text Example


Text Example

White with #91074C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91074C; }

 p { color: rgb(145,7,76); }

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

background-color css

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

 a { background-color: rgb(145,7,76); }

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

border-color css

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

 span { border-color: rgb(145,7,76); }

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