Html Css Color HEX #950640 Jazzberry Jam

📋 copy color: '#950640'

red 149 ◦ green 6 ◦ blue 64

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

Shades of Jazzberry Jam #950640

Tints of Jazzberry Jam #950640

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.74%

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

R = 68.04%
G = 2.74%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#950640 (or 0x950640) is known color: Jazzberry Jam. HEX triplet: 95, 06 and 40. RGB value is (149,6,64). Sum of RGB (Red+Green+Blue) = 149+6+64=219 (29% of max value = 765). Red value is 149 (58.59% from 255 or 68.04% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 149 - color contains mainly: red. Hex color #950640 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950640 is #6AF9BF. Grayscale: #373737. Windows color (decimal): -7010752 or 4195989. OLE color: 4195989.

HSL color Cylindrical-coordinate representation of color #950640: hue angle of 335.66º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #950640 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 6 64 -
CMYK 0 0.96 0.57 0.42
HSL 335.66º 0.92% 0.3% -
HSV(B) 335.66º 0.96% 0.58% -
XYZ 13.38 6.89 5.47 -
YUV 55.37 132.88 194.78 -
System Red Green Blue C M Y K H S L
Decimal 149 6 64 0 0.96 0.57 0.42 335.66 0.92 0.3
Hex 95 6 40 0 60 39 2A 150 5C 1E
Octal 225 6 100 0 140 71 52 520 134 36
Binary 10010101 110 1000000 0 1100000 111001 101010 101010000 1011100 11110

Color Harmonies of #950640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950640

Black with #950640

Text Example


Text Example

White with #950640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950640; }

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

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

background-color css

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

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

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

border-color css

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

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

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