Html Css Color HEX #95175D Jazzberry Jam

📋 copy color: '#95175D'

red 149 ◦ green 23 ◦ blue 93

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

Shades of Jazzberry Jam #95175D

Tints of Jazzberry Jam #95175D

RGB

 RED value IS 149 (58.59% from 255) = 56.23%

 GREEN value IS 23 (9.38% from 255) = 8.68%

 BLUE value IS 93 (36.72% from 255) = 35.09%

R = 56.23%
G = 8.68%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95175D (or 0x95175D) is known color: Jazzberry Jam. HEX triplet: 95, 17 and 5D. RGB value is (149,23,93). Sum of RGB (Red+Green+Blue) = 149+23+93=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #95175D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95175D is #6AE8A2. Grayscale: #444444. Windows color (decimal): -7006371 or 6100885. OLE color: 6100885.

HSL color Cylindrical-coordinate representation of color #95175D: hue angle of 326.67º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #95175D is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 23 93 -
CMYK 0 0.85 0.38 0.42
HSL 326.67º 0.73% 0.34% -
HSV(B) 326.67º 0.85% 0.58% -
XYZ 14.68 7.79 11.09 -
YUV 68.65 141.74 185.31 -
System Red Green Blue C M Y K H S L
Decimal 149 23 93 0 0.85 0.38 0.42 326.67 0.73 0.34
Hex 95 17 5D 0 55 26 2A 147 49 22
Octal 225 27 135 0 125 46 52 507 111 42
Binary 10010101 10111 1011101 0 1010101 100110 101010 101000111 1001001 100010

Color Harmonies of #95175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95175D

Black with #95175D

Text Example


Text Example

White with #95175D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95175D; }

 p { color: rgb(149,23,93); }

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

background-color css

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

 a { background-color: rgb(149,23,93); }

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

border-color css

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

 span { border-color: rgb(149,23,93); }

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