Html Css Color HEX #95004D Jazzberry Jam

📋 copy color: '#95004D'

red 149 ◦ green 0 ◦ blue 77

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

Shades of Jazzberry Jam #95004D

Tints of Jazzberry Jam #95004D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.93%
G = 0%
B = 34.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#95004D (or 0x95004D) is known color: Jazzberry Jam. HEX triplet: 95, 00 and 4D. RGB value is (149,0,77). Sum of RGB (Red+Green+Blue) = 149+0+77=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #95004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95004D is #6AFFB2. Grayscale: #353535. Windows color (decimal): -7012275 or 5046421. OLE color: 5046421.

HSL color Cylindrical-coordinate representation of color #95004D: hue angle of 328.99º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #95004D is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 0 77 -
CMYK 0 1 0.48 0.42
HSL 328.99º 1% 0.29% -
HSV(B) 328.99º 1% 0.58% -
XYZ 13.73 6.93 7.63 -
YUV 53.33 141.36 196.24 -
System Red Green Blue C M Y K H S L
Decimal 149 0 77 0 1 0.48 0.42 328.99 1 0.29
Hex 95 0 4D 0 64 30 2A 149 64 1D
Octal 225 0 115 0 144 60 52 511 144 35
Binary 10010101 0 1001101 0 1100100 110000 101010 101001001 1100100 11101

Color Harmonies of #95004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95004D

Black with #95004D

Text Example


Text Example

White with #95004D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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