Html Css Color HEX #941655 Jazzberry Jam

📋 copy color: '#941655'

red 148 ◦ green 22 ◦ blue 85

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

Shades of Jazzberry Jam #941655

Tints of Jazzberry Jam #941655

RGB

 RED value IS 148 (58.2% from 255) = 58.04%

 GREEN value IS 22 (8.98% from 255) = 8.63%

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

R = 58.04%
G = 8.63%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#941655 (or 0x941655) is known color: Jazzberry Jam. HEX triplet: 94, 16 and 55. RGB value is (148,22,85). Sum of RGB (Red+Green+Blue) = 148+22+85=255 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.04% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 148 - color contains mainly: red. Hex color #941655 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941655 is #6BE9AA. Grayscale: #424242. Windows color (decimal): -7072171 or 5576340. OLE color: 5576340.

HSL color Cylindrical-coordinate representation of color #941655: hue angle of 330º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #941655 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 22 85 -
CMYK 0 0.85 0.43 0.42
HSL 330º 0.74% 0.33% -
HSV(B) 330º 0.85% 0.58% -
XYZ 14.14 7.53 9.3 -
YUV 66.86 138.24 185.88 -
System Red Green Blue C M Y K H S L
Decimal 148 22 85 0 0.85 0.43 0.42 330 0.74 0.33
Hex 94 16 55 0 55 2B 2A 14A 4A 21
Octal 224 26 125 0 125 53 52 512 112 41
Binary 10010100 10110 1010101 0 1010101 101011 101010 101001010 1001010 100001

Color Harmonies of #941655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941655

Black with #941655

Text Example


Text Example

White with #941655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941655; }

 p { color: rgb(148,22,85); }

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

background-color css

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

 a { background-color: rgb(148,22,85); }

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

border-color css

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

 span { border-color: rgb(148,22,85); }

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