Html Css Color HEX #95044C Jazzberry Jam

📋 copy color: '#95044C'

red 149 ◦ green 4 ◦ blue 76

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

Shades of Jazzberry Jam #95044C

Tints of Jazzberry Jam #95044C

RGB

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

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

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

R = 65.07%
G = 1.75%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#95044C (or 0x95044C) is known color: Jazzberry Jam. HEX triplet: 95, 04 and 4C. RGB value is (149,4,76). Sum of RGB (Red+Green+Blue) = 149+4+76=229 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.07% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 149 - color contains mainly: red. Hex color #95044C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95044C is #6AFBB3. Grayscale: #373737. Windows color (decimal): -7011252 or 4981909. OLE color: 4981909.

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

Color convert

RGB 149 4 76 -
CMYK 0 0.97 0.49 0.42
HSL 330.21º 0.95% 0.3% -
HSV(B) 330.21º 0.97% 0.58% -
XYZ 13.74 7 7.46 -
YUV 55.56 139.54 194.65 -
System Red Green Blue C M Y K H S L
Decimal 149 4 76 0 0.97 0.49 0.42 330.21 0.95 0.3
Hex 95 4 4C 0 61 31 2A 14A 5F 1E
Octal 225 4 114 0 141 61 52 512 137 36
Binary 10010101 100 1001100 0 1100001 110001 101010 101001010 1011111 11110

Color Harmonies of #95044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95044C

Black with #95044C

Text Example


Text Example

White with #95044C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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