Html Css Color HEX #950644 Jazzberry Jam

📋 copy color: '#950644'

red 149 ◦ green 6 ◦ blue 68

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

Shades of Jazzberry Jam #950644

Tints of Jazzberry Jam #950644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 30.49%

R = 66.82%
G = 2.69%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#950644 (or 0x950644) is known color: Jazzberry Jam. HEX triplet: 95, 06 and 44. RGB value is (149,6,68). Sum of RGB (Red+Green+Blue) = 149+6+68=223 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.82% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 68 (26.95% from 255 or 30.49% from 223); Max value from RGB is 149 - color contains mainly: red. Hex color #950644 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950644 is #6AF9BB. Grayscale: #373737. Windows color (decimal): -7010748 or 4458133. OLE color: 4458133.

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

Color convert

RGB 149 6 68 -
CMYK 0 0.96 0.54 0.42
HSL 333.99º 0.92% 0.3% -
HSV(B) 333.99º 0.96% 0.58% -
XYZ 13.5 6.94 6.1 -
YUV 55.83 134.88 194.46 -
System Red Green Blue C M Y K H S L
Decimal 149 6 68 0 0.96 0.54 0.42 333.99 0.92 0.3
Hex 95 6 44 0 60 36 2A 14E 5C 1E
Octal 225 6 104 0 140 66 52 516 134 36
Binary 10010101 110 1000100 0 1100000 110110 101010 101001110 1011100 11110

Color Harmonies of #950644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950644

Black with #950644

Text Example


Text Example

White with #950644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950644; }

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

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

background-color css

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

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

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

border-color css

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

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

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