Html Css Color HEX #95145C Jazzberry Jam

📋 copy color: '#95145C'

red 149 ◦ green 20 ◦ blue 92

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

Shades of Jazzberry Jam #95145C

Tints of Jazzberry Jam #95145C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.66%

 BLUE value IS 92 (36.33% from 255) = 35.25%

R = 57.09%
G = 7.66%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95145C (or 0x95145C) is known color: Jazzberry Jam. HEX triplet: 95, 14 and 5C. RGB value is (149,20,92). Sum of RGB (Red+Green+Blue) = 149+20+92=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #95145C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95145C is #6AEBA3. Grayscale: #424242. Windows color (decimal): -7007140 or 6034581. OLE color: 6034581.

HSL color Cylindrical-coordinate representation of color #95145C: hue angle of 326.51º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95145C is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 20 92 -
CMYK 0 0.87 0.38 0.42
HSL 326.51º 0.76% 0.33% -
HSV(B) 326.51º 0.87% 0.58% -
XYZ 14.58 7.66 10.84 -
YUV 66.78 142.24 186.65 -
System Red Green Blue C M Y K H S L
Decimal 149 20 92 0 0.87 0.38 0.42 326.51 0.76 0.33
Hex 95 14 5C 0 57 26 2A 147 4C 21
Octal 225 24 134 0 127 46 52 507 114 41
Binary 10010101 10100 1011100 0 1010111 100110 101010 101000111 1001100 100001

Color Harmonies of #95145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95145C

Black with #95145C

Text Example


Text Example

White with #95145C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,20,92); }

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

background-color css

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

 a { background-color: rgb(149,20,92); }

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

border-color css

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

 span { border-color: rgb(149,20,92); }

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