Html Css Color HEX #95024C Jazzberry Jam

📋 copy color: '#95024C'

red 149 ◦ green 2 ◦ blue 76

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

Shades of Jazzberry Jam #95024C

Tints of Jazzberry Jam #95024C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

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

R = 65.64%
G = 0.88%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#95024C (or 0x95024C) is known color: Jazzberry Jam. HEX triplet: 95, 02 and 4C. RGB value is (149,2,76). Sum of RGB (Red+Green+Blue) = 149+2+76=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #95024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95024C is #6AFDB3. Grayscale: #363636. Windows color (decimal): -7011764 or 4981397. OLE color: 4981397.

HSL color Cylindrical-coordinate representation of color #95024C: hue angle of 329.8º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95024C is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 2 76 -
CMYK 0 0.99 0.49 0.42
HSL 329.8º 0.97% 0.3% -
HSV(B) 329.8º 0.99% 0.58% -
XYZ 13.72 6.95 7.46 -
YUV 54.39 140.2 195.48 -
System Red Green Blue C M Y K H S L
Decimal 149 2 76 0 0.99 0.49 0.42 329.8 0.97 0.3
Hex 95 2 4C 0 63 31 2A 14A 61 1E
Octal 225 2 114 0 143 61 52 512 141 36
Binary 10010101 10 1001100 0 1100011 110001 101010 101001010 1100001 11110

Color Harmonies of #95024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95024C

Black with #95024C

Text Example


Text Example

White with #95024C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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