Html Css Color HEX #95004E Jazzberry Jam

📋 copy color: '#95004E'

red 149 ◦ green 0 ◦ blue 78

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

Shades of Jazzberry Jam #95004E

Tints of Jazzberry Jam #95004E

RGB

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

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

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

R = 65.64%
G = 0%
B = 34.36%

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

#95004E (or 0x95004E) is known color: Jazzberry Jam. HEX triplet: 95, 00 and 4E. RGB value is (149,0,78). Sum of RGB (Red+Green+Blue) = 149+0+78=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #95004E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95004E is #6AFFB1. Grayscale: #353535. Windows color (decimal): -7012274 or 5111957. OLE color: 5111957.

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

Color convert

RGB 149 0 78 -
CMYK 0 1 0.48 0.42
HSL 328.59º 1% 0.29% -
HSV(B) 328.59º 1% 0.58% -
XYZ 13.77 6.94 7.82 -
YUV 53.44 141.86 196.16 -
System Red Green Blue C M Y K H S L
Decimal 149 0 78 0 1 0.48 0.42 328.59 1 0.29
Hex 95 0 4E 0 64 30 2A 149 64 1D
Octal 225 0 116 0 144 60 52 511 144 35
Binary 10010101 0 1001110 0 1100100 110000 101010 101001001 1100100 11101

Color Harmonies of #95004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95004E

Black with #95004E

Text Example


Text Example

White with #95004E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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