Html Css Color HEX #95024A Jazzberry Jam

📋 copy color: '#95024A'

red 149 ◦ green 2 ◦ blue 74

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

Shades of Jazzberry Jam #95024A

Tints of Jazzberry Jam #95024A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 32.89%

R = 66.22%
G = 0.89%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#95024A (or 0x95024A) is known color: Jazzberry Jam. HEX triplet: 95, 02 and 4A. RGB value is (149,2,74). Sum of RGB (Red+Green+Blue) = 149+2+74=225 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.22% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 149 - color contains mainly: red. Hex color #95024A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95024A is #6AFDB5. Grayscale: #363636. Windows color (decimal): -7011766 or 4850325. OLE color: 4850325.

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

Color convert

RGB 149 2 74 -
CMYK 0 0.99 0.50 0.42
HSL 330.61º 0.97% 0.3% -
HSV(B) 330.61º 0.99% 0.58% -
XYZ 13.65 6.93 7.1 -
YUV 54.16 139.2 195.65 -
System Red Green Blue C M Y K H S L
Decimal 149 2 74 0 0.99 0.50 0.42 330.61 0.97 0.3
Hex 95 2 4A 0 63 32 2A 14B 61 1E
Octal 225 2 112 0 143 62 52 513 141 36
Binary 10010101 10 1001010 0 1100011 110010 101010 101001011 1100001 11110

Color Harmonies of #95024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95024A

Black with #95024A

Text Example


Text Example

White with #95024A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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