Html Css Color HEX #95124C Jazzberry Jam

📋 copy color: '#95124C'

red 149 ◦ green 18 ◦ blue 76

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

Shades of Jazzberry Jam #95124C

Tints of Jazzberry Jam #95124C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.41%

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

R = 61.32%
G = 7.41%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#95124C (or 0x95124C) is known color: Jazzberry Jam. HEX triplet: 95, 12 and 4C. RGB value is (149,18,76). Sum of RGB (Red+Green+Blue) = 149+18+76=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #95124C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95124C is #6AEDB3. Grayscale: #3F3F3F. Windows color (decimal): -7007668 or 4985493. OLE color: 4985493.

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

Color convert

RGB 149 18 76 -
CMYK 0 0.88 0.49 0.42
HSL 333.44º 0.78% 0.33% -
HSV(B) 333.44º 0.88% 0.58% -
XYZ 13.92 7.34 7.52 -
YUV 63.78 134.9 188.78 -
System Red Green Blue C M Y K H S L
Decimal 149 18 76 0 0.88 0.49 0.42 333.44 0.78 0.33
Hex 95 12 4C 0 58 31 2A 14D 4E 21
Octal 225 22 114 0 130 61 52 515 116 41
Binary 10010101 10010 1001100 0 1011000 110001 101010 101001101 1001110 100001

Color Harmonies of #95124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95124C

Black with #95124C

Text Example


Text Example

White with #95124C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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