Html Css Color HEX #95145B Jazzberry Jam

📋 copy color: '#95145B'

red 149 ◦ green 20 ◦ blue 91

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

Shades of Jazzberry Jam #95145B

Tints of Jazzberry Jam #95145B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35%

R = 57.31%
G = 7.69%
B = 35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#95145B (or 0x95145B) is known color: Jazzberry Jam. HEX triplet: 95, 14 and 5B. RGB value is (149,20,91). Sum of RGB (Red+Green+Blue) = 149+20+91=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #95145B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95145B is #6AEBA4. Grayscale: #424242. Windows color (decimal): -7007141 or 5969045. OLE color: 5969045.

HSL color Cylindrical-coordinate representation of color #95145B: hue angle of 326.98º 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 #95145B is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 20 91 -
CMYK 0 0.87 0.39 0.42
HSL 326.98º 0.76% 0.33% -
HSV(B) 326.98º 0.87% 0.58% -
XYZ 14.53 7.65 10.61 -
YUV 66.67 141.74 186.73 -
System Red Green Blue C M Y K H S L
Decimal 149 20 91 0 0.87 0.39 0.42 326.98 0.76 0.33
Hex 95 14 5B 0 57 27 2A 147 4C 21
Octal 225 24 133 0 127 47 52 507 114 41
Binary 10010101 10100 1011011 0 1010111 100111 101010 101000111 1001100 100001

Color Harmonies of #95145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95145B

Black with #95145B

Text Example


Text Example

White with #95145B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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