Html Css Color HEX #95024E Jazzberry Jam

📋 copy color: '#95024E'

red 149 ◦ green 2 ◦ blue 78

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

Shades of Jazzberry Jam #95024E

Tints of Jazzberry Jam #95024E

RGB

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

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

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

R = 65.07%
G = 0.87%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#95024E (or 0x95024E) is known color: Jazzberry Jam. HEX triplet: 95, 02 and 4E. RGB value is (149,2,78). Sum of RGB (Red+Green+Blue) = 149+2+78=229 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.07% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 149 - color contains mainly: red. Hex color #95024E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95024E is #6AFDB1. Grayscale: #363636. Windows color (decimal): -7011762 or 5112469. OLE color: 5112469.

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

Color convert

RGB 149 2 78 -
CMYK 0 0.99 0.48 0.42
HSL 328.98º 0.97% 0.3% -
HSV(B) 328.98º 0.99% 0.58% -
XYZ 13.79 6.98 7.83 -
YUV 54.62 141.2 195.32 -
System Red Green Blue C M Y K H S L
Decimal 149 2 78 0 0.99 0.48 0.42 328.98 0.97 0.3
Hex 95 2 4E 0 63 30 2A 149 61 1E
Octal 225 2 116 0 143 60 52 511 141 36
Binary 10010101 10 1001110 0 1100011 110000 101010 101001001 1100001 11110

Color Harmonies of #95024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95024E

Black with #95024E

Text Example


Text Example

White with #95024E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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