Html Css Color HEX #95144F Jazzberry Jam

📋 copy color: '#95144F'

red 149 ◦ green 20 ◦ blue 79

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

Shades of Jazzberry Jam #95144F

Tints of Jazzberry Jam #95144F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 31.85%

R = 60.08%
G = 8.06%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#95144F (or 0x95144F) is known color: Jazzberry Jam. HEX triplet: 95, 14 and 4F. RGB value is (149,20,79). Sum of RGB (Red+Green+Blue) = 149+20+79=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #95144F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95144F is #6AEBB0. Grayscale: #414141. Windows color (decimal): -7007153 or 5182613. OLE color: 5182613.

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

Color convert

RGB 149 20 79 -
CMYK 0 0.87 0.47 0.42
HSL 332.56º 0.76% 0.33% -
HSV(B) 332.56º 0.87% 0.58% -
XYZ 14.06 7.45 8.1 -
YUV 65.3 135.74 187.7 -
System Red Green Blue C M Y K H S L
Decimal 149 20 79 0 0.87 0.47 0.42 332.56 0.76 0.33
Hex 95 14 4F 0 57 2F 2A 14D 4C 21
Octal 225 24 117 0 127 57 52 515 114 41
Binary 10010101 10100 1001111 0 1010111 101111 101010 101001101 1001100 100001

Color Harmonies of #95144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95144F

Black with #95144F

Text Example


Text Example

White with #95144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95144F; }

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

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

background-color css

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

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

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

border-color css

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

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

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