Html Css Color HEX #95054D Jazzberry Jam

📋 copy color: '#95054D'

red 149 ◦ green 5 ◦ blue 77

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

Shades of Jazzberry Jam #95054D

Tints of Jazzberry Jam #95054D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.33%

R = 64.5%
G = 2.16%
B = 33.33%

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

#95054D (or 0x95054D) is known color: Jazzberry Jam. HEX triplet: 95, 05 and 4D. RGB value is (149,5,77). Sum of RGB (Red+Green+Blue) = 149+5+77=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #95054D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95054D is #6AFAB2. Grayscale: #383838. Windows color (decimal): -7010995 or 5047701. OLE color: 5047701.

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

Color convert

RGB 149 5 77 -
CMYK 0 0.97 0.48 0.42
HSL 330º 0.94% 0.3% -
HSV(B) 330º 0.97% 0.58% -
XYZ 13.79 7.03 7.65 -
YUV 56.26 139.71 194.15 -
System Red Green Blue C M Y K H S L
Decimal 149 5 77 0 0.97 0.48 0.42 330 0.94 0.3
Hex 95 5 4D 0 61 30 2A 14A 5E 1E
Octal 225 5 115 0 141 60 52 512 136 36
Binary 10010101 101 1001101 0 1100001 110000 101010 101001010 1011110 11110

Color Harmonies of #95054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95054D

Black with #95054D

Text Example


Text Example

White with #95054D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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