Html Css Color HEX #950041 Jazzberry Jam

📋 copy color: '#950041'

red 149 ◦ green 0 ◦ blue 65

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

Shades of Jazzberry Jam #950041

Tints of Jazzberry Jam #950041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.37%

R = 69.63%
G = 0%
B = 30.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#950041 (or 0x950041) is known color: Jazzberry Jam. HEX triplet: 95, 00 and 41. RGB value is (149,0,65). Sum of RGB (Red+Green+Blue) = 149+0+65=214 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.63% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 149 - color contains mainly: red. Hex color #950041 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950041 is #6AFFBE. Grayscale: #333333. Windows color (decimal): -7012287 or 4259989. OLE color: 4259989.

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

Color convert

RGB 149 0 65 -
CMYK 0 1 0.56 0.42
HSL 333.83º 1% 0.29% -
HSV(B) 333.83º 1% 0.58% -
XYZ 13.35 6.77 5.6 -
YUV 51.96 135.36 197.21 -
System Red Green Blue C M Y K H S L
Decimal 149 0 65 0 1 0.56 0.42 333.83 1 0.29
Hex 95 0 41 0 64 38 2A 14E 64 1D
Octal 225 0 101 0 144 70 52 516 144 35
Binary 10010101 0 1000001 0 1100100 111000 101010 101001110 1100100 11101

Color Harmonies of #950041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950041

Black with #950041

Text Example


Text Example

White with #950041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950041; }

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

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

background-color css

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

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

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

border-color css

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

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

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