Html Css Color HEX #95054C Jazzberry Jam

📋 copy color: '#95054C'

red 149 ◦ green 5 ◦ blue 76

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

Shades of Jazzberry Jam #95054C

Tints of Jazzberry Jam #95054C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.17%

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

R = 64.78%
G = 2.17%
B = 33.04%

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

#95054C (or 0x95054C) is known color: Jazzberry Jam. HEX triplet: 95, 05 and 4C. RGB value is (149,5,76). Sum of RGB (Red+Green+Blue) = 149+5+76=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #95054C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95054C is #6AFAB3. Grayscale: #383838. Windows color (decimal): -7010996 or 4982165. OLE color: 4982165.

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

Color convert

RGB 149 5 76 -
CMYK 0 0.97 0.49 0.42
HSL 330.42º 0.94% 0.3% -
HSV(B) 330.42º 0.97% 0.58% -
XYZ 13.75 7.02 7.47 -
YUV 56.15 139.21 194.23 -
System Red Green Blue C M Y K H S L
Decimal 149 5 76 0 0.97 0.49 0.42 330.42 0.94 0.3
Hex 95 5 4C 0 61 31 2A 14A 5E 1E
Octal 225 5 114 0 141 61 52 512 136 36
Binary 10010101 101 1001100 0 1100001 110001 101010 101001010 1011110 11110

Color Harmonies of #95054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95054C

Black with #95054C

Text Example


Text Example

White with #95054C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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