Html Css Color HEX #95044E Jazzberry Jam

📋 copy color: '#95044E'

red 149 ◦ green 4 ◦ blue 78

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

Shades of Jazzberry Jam #95044E

Tints of Jazzberry Jam #95044E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.73%

 BLUE value IS 78 (30.86% from 255) = 33.77%

R = 64.5%
G = 1.73%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#95044E (or 0x95044E) is known color: Jazzberry Jam. HEX triplet: 95, 04 and 4E. RGB value is (149,4,78). Sum of RGB (Red+Green+Blue) = 149+4+78=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #95044E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95044E is #6AFBB1. Grayscale: #373737. Windows color (decimal): -7011250 or 5112981. OLE color: 5112981.

HSL color Cylindrical-coordinate representation of color #95044E: hue angle of 329.38º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #95044E is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 4 78 -
CMYK 0 0.97 0.48 0.42
HSL 329.38º 0.95% 0.3% -
HSV(B) 329.38º 0.97% 0.58% -
XYZ 13.81 7.03 7.84 -
YUV 55.79 140.54 194.48 -
System Red Green Blue C M Y K H S L
Decimal 149 4 78 0 0.97 0.48 0.42 329.38 0.95 0.3
Hex 95 4 4E 0 61 30 2A 149 5F 1E
Octal 225 4 116 0 141 60 52 511 137 36
Binary 10010101 100 1001110 0 1100001 110000 101010 101001001 1011111 11110

Color Harmonies of #95044E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95044E

Black with #95044E

Text Example


Text Example

White with #95044E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95044E; }

 p { color: rgb(149,4,78); }

 H1.HeaderClassName
 {
   color: #95044E;
 }
 .AnyTagClassName
 {
   color: #95044E;
 }
</style>

background-color css

<style>
 a { background-color: #95044E; }

 a { background-color: rgb(149,4,78); }

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

border-color css

<style>
 span { border-color: #95044E; }

 span { border-color: rgb(149,4,78); }

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