Html Css Color HEX #9A1555 Jazzberry Jam

📋 copy color: '#9A1555'

red 154 ◦ green 21 ◦ blue 85

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

Shades of Jazzberry Jam #9A1555

Tints of Jazzberry Jam #9A1555

RGB

 RED value IS 154 (60.55% from 255) = 59.23%

 GREEN value IS 21 (8.59% from 255) = 8.08%

 BLUE value IS 85 (33.59% from 255) = 32.69%

R = 59.23%
G = 8.08%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#9A1555 (or 0x9A1555) is known color: Jazzberry Jam. HEX triplet: 9A, 15 and 55. RGB value is (154,21,85). Sum of RGB (Red+Green+Blue) = 154+21+85=260 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.23% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1555 is #65EAAA. Grayscale: #434343. Windows color (decimal): -6679211 or 5576090. OLE color: 5576090.

HSL color Cylindrical-coordinate representation of color #9A1555: hue angle of 331.13º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A1555 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 21 85 -
CMYK 0 0.86 0.45 0.40
HSL 331.13º 0.76% 0.34% -
HSV(B) 331.13º 0.86% 0.6% -
XYZ 15.23 8.06 9.35 -
YUV 68.06 137.56 189.3 -
System Red Green Blue C M Y K H S L
Decimal 154 21 85 0 0.86 0.45 0.40 331.13 0.76 0.34
Hex 9A 15 55 0 56 2D 28 14B 4C 22
Octal 232 25 125 0 126 55 50 513 114 42
Binary 10011010 10101 1010101 0 1010110 101101 101000 101001011 1001100 100010

Color Harmonies of #9A1555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1555

Black with #9A1555

Text Example


Text Example

White with #9A1555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A1555; }

 p { color: rgb(154,21,85); }

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

background-color css

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

 a { background-color: rgb(154,21,85); }

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

border-color css

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

 span { border-color: rgb(154,21,85); }

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