Html Css Color HEX #950240 Jazzberry Jam

📋 copy color: '#950240'

red 149 ◦ green 2 ◦ blue 64

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

Shades of Jazzberry Jam #950240

Tints of Jazzberry Jam #950240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 29.77%

R = 69.3%
G = 0.93%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#950240 (or 0x950240) is known color: Jazzberry Jam. HEX triplet: 95, 02 and 40. RGB value is (149,2,64). Sum of RGB (Red+Green+Blue) = 149+2+64=215 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.30% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 149 - color contains mainly: red. Hex color #950240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950240 is #6AFDBF. Grayscale: #343434. Windows color (decimal): -7011776 or 4194965. OLE color: 4194965.

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

Color convert

RGB 149 2 64 -
CMYK 0 0.99 0.57 0.42
HSL 334.69º 0.97% 0.3% -
HSV(B) 334.69º 0.99% 0.58% -
XYZ 13.34 6.8 5.46 -
YUV 53.02 134.2 196.46 -
System Red Green Blue C M Y K H S L
Decimal 149 2 64 0 0.99 0.57 0.42 334.69 0.97 0.3
Hex 95 2 40 0 63 39 2A 14F 61 1E
Octal 225 2 100 0 143 71 52 517 141 36
Binary 10010101 10 1000000 0 1100011 111001 101010 101001111 1100001 11110

Color Harmonies of #950240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950240

Black with #950240

Text Example


Text Example

White with #950240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950240; }

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

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

background-color css

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

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

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

border-color css

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

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

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