Html Css Color HEX #95134C Jazzberry Jam

📋 copy color: '#95134C'

red 149 ◦ green 19 ◦ blue 76

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

Shades of Jazzberry Jam #95134C

Tints of Jazzberry Jam #95134C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.79%

 BLUE value IS 76 (30.08% from 255) = 31.15%

R = 61.07%
G = 7.79%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#95134C (or 0x95134C) is known color: Jazzberry Jam. HEX triplet: 95, 13 and 4C. RGB value is (149,19,76). Sum of RGB (Red+Green+Blue) = 149+19+76=244 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.07% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 149 - color contains mainly: red. Hex color #95134C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95134C is #6AECB3. Grayscale: #404040. Windows color (decimal): -7007412 or 4985749. OLE color: 4985749.

HSL color Cylindrical-coordinate representation of color #95134C: hue angle of 333.69º degrees, saturation: 0.77, 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 #95134C is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 19 76 -
CMYK 0 0.87 0.49 0.42
HSL 333.69º 0.77% 0.33% -
HSV(B) 333.69º 0.87% 0.58% -
XYZ 13.93 7.38 7.53 -
YUV 64.37 134.57 188.37 -
System Red Green Blue C M Y K H S L
Decimal 149 19 76 0 0.87 0.49 0.42 333.69 0.77 0.33
Hex 95 13 4C 0 57 31 2A 14E 4D 21
Octal 225 23 114 0 127 61 52 516 115 41
Binary 10010101 10011 1001100 0 1010111 110001 101010 101001110 1001101 100001

Color Harmonies of #95134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95134C

Black with #95134C

Text Example


Text Example

White with #95134C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,19,76); }

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

background-color css

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

 a { background-color: rgb(149,19,76); }

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

border-color css

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

 span { border-color: rgb(149,19,76); }

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