Html Css Color HEX #95124F Jazzberry Jam

📋 copy color: '#95124F'

red 149 ◦ green 18 ◦ blue 79

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

Shades of Jazzberry Jam #95124F

Tints of Jazzberry Jam #95124F

RGB

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

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

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

R = 60.57%
G = 7.32%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#95124F (or 0x95124F) is known color: Jazzberry Jam. HEX triplet: 95, 12 and 4F. RGB value is (149,18,79). Sum of RGB (Red+Green+Blue) = 149+18+79=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #95124F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95124F is #6AEDB0. Grayscale: #404040. Windows color (decimal): -7007665 or 5182101. OLE color: 5182101.

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

Color convert

RGB 149 18 79 -
CMYK 0 0.88 0.47 0.42
HSL 332.06º 0.78% 0.33% -
HSV(B) 332.06º 0.88% 0.58% -
XYZ 14.02 7.39 8.08 -
YUV 64.12 136.4 188.54 -
System Red Green Blue C M Y K H S L
Decimal 149 18 79 0 0.88 0.47 0.42 332.06 0.78 0.33
Hex 95 12 4F 0 58 2F 2A 14C 4E 21
Octal 225 22 117 0 130 57 52 514 116 41
Binary 10010101 10010 1001111 0 1011000 101111 101010 101001100 1001110 100001

Color Harmonies of #95124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95124F

Black with #95124F

Text Example


Text Example

White with #95124F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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